eina_cxx: make sure simple.eo lands in the tarball in all cases

This would fail if you have not enabled tests and run distcheck.
This commit is contained in:
Stefan Schmidt 2016-01-18 13:47:39 +01:00
parent 0102cf663e
commit 8b167c2361
1 changed files with 4 additions and 3 deletions

View File

@ -74,9 +74,6 @@ tests/eina_cxx/simple.eo.h \
tests/eina_cxx/simple.eo.hh \
tests/eina_cxx/simple.eo.impl.hh
EXTRA_DIST += \
tests/eina_cxx/simple.eo
tests_eina_cxx_eina_cxx_suite_CPPFLAGS = -I$(top_builddir)/src/lib/efl \
-DTESTS_WD=\"`pwd`\" \
-DTESTS_SRC_DIR=\"$(top_srcdir)/src/tests/eina_cxx\" \
@ -95,4 +92,8 @@ 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@
endif
EXTRA_DIST += \
tests/eina_cxx/simple.eo
endif