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.
This commit is contained in:
Stefan Schmidt 2015-04-07 13:17:25 +02:00
parent 0b4d525e59
commit 079fcf29a3
1 changed files with 4 additions and 4 deletions

View 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