stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=079fcf29a318f698caf228bb31062d0e6765f530

commit 079fcf29a318f698caf228bb31062d0e6765f530
Author: Stefan Schmidt <s.schm...@samsung.com>
Date:   Tue Apr 7 13:17:25 2015 +0200

    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 1b063d0..8f37ff7 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

-- 


Reply via email to