tests: eina_cxx: make sure simple.eo gets disted in all cases
authorStefan Schmidt <stefan@osg.samsung.com>
Mon, 18 Jul 2016 13:28:03 +0000 (15:28 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Mon, 18 Jul 2016 13:56:50 +0000 (15:56 +0200)
If we turn on release mode simple.eo did not land in the tarball as it was
behind the EFL_ENABLE_TESTS condition. We now dist it in all cases.

src/Makefile_Cxx.am

index 5a8f62b..2420845 100644 (file)
@@ -237,9 +237,6 @@ tests_eina_cxx_eina_cxx_suite_CPPFLAGS = -I$(top_builddir)/src/lib/efl \
 tests_eina_cxx_eina_cxx_suite_LDADD = @CHECK_LIBS@ @USE_EINA_LIBS@ @USE_EO_LIBS@
 tests_eina_cxx_eina_cxx_suite_DEPENDENCIES = @USE_EINA_INTERNAL_LIBS@ @USE_EO_INTERNAL_LIBS@
 
-EXTRA_DIST2 += \
-tests/eina_cxx/simple.eo
-
 ### Tests for ecore
 
 check_PROGRAMS += tests/ecore_cxx/ecore_cxx_suite tests/ecore_cxx/cxx_compile_test
@@ -353,4 +350,8 @@ tests_elementary_cxx_cxx_compile_test_LDADD = @CHECK_LIBS@ @USE_ELEMENTARY_LIBS@
 tests_elementary_cxx_cxx_compile_test_DEPENDENCIES = @USE_ELEMENTARY_INTERNAL_LIBS@
 
 endif
+
+EXTRA_DIST2 += \
+tests/eina_cxx/simple.eo
+
 endif