From 079fcf29a318f698caf228bb31062d0e6765f530 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 7 Apr 2015 13:17:25 +0200 Subject: [PATCH] ecore_con: Make sure the server.key and pem are distributed in the tarball Pull them out of the if EFL_ENABLE_TESTS test as we need them to be put into the tarball in all cases. --- src/Makefile_Ecore_Con.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Makefile_Ecore_Con.am b/src/Makefile_Ecore_Con.am index 1b063d082c..8f37ff73d6 100644 --- a/src/Makefile_Ecore_Con.am +++ b/src/Makefile_Ecore_Con.am @@ -69,6 +69,10 @@ lib_ecore_con_libecore_con_la_LIBADD = @ECORE_CON_LIBS@ @EVIL_LIBS@ lib_ecore_con_libecore_con_la_DEPENDENCIES = @ECORE_CON_INTERNAL_LIBS@ lib_ecore_con_libecore_con_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@ +EXTRA_DIST += \ +tests/ecore_con/server.key \ +tests/ecore_con/server.pem + ### Unit tests if EFL_ENABLE_TESTS @@ -98,10 +102,6 @@ tests_ecore_con_ecore_con_suite_DEPENDENCIES = \ @USE_ECORE_INTERNAL_LIBS@ \ @USE_ECORE_CON_INTERNAL_LIBS@ -EXTRA_DIST += \ -tests/ecore_con/server.key \ -tests/ecore_con/server.pem - endif if HAVE_ELUA