ecore_con: Make sure the server.key and pem are distributed in the tarball
authorStefan Schmidt <s.schmidt@samsung.com>
Tue, 7 Apr 2015 11:17:25 +0000 (13:17 +0200)
committerStefan Schmidt <s.schmidt@samsung.com>
Tue, 7 Apr 2015 11:19:34 +0000 (13:19 +0200)
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

index 1b063d0..8f37ff7 100644 (file)
@@ -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