Revert "Eolian CXX: Get rid of built sources for the callbacks test sources."
authorStefan Schmidt <s.schmidt@samsung.com>
Mon, 4 Aug 2014 13:16:44 +0000 (15:16 +0200)
committerStefan Schmidt <s.schmidt@samsung.com>
Mon, 4 Aug 2014 13:18:21 +0000 (15:18 +0200)
This reverts commit 638e72fda4bd312247c133038b26d8105315176f.

After this change the files did not end up in the tarball and failing make distcheck

../../src/tests/eolian_cxx/callback.c:11:25: fatal error: callback.eo.h: No such file or directory

src/Makefile_Eolian_Cxx.am

index 976cfcd..b21b760 100644 (file)
@@ -54,6 +54,10 @@ bin_eolian_cxx_eolian_cxx_DEPENDENCIES = @USE_EOLIAN_INTERNAL_LIBS@
 
 if EFL_ENABLE_TESTS
 
+BUILT_SOURCES += \
+       tests/eolian_cxx/callback.eo.c \
+       tests/eolian_cxx/callback.eo.h
+
 check_PROGRAMS += tests/eolian_cxx/eolian_cxx_suite
 TESTS += tests/eolian_cxx/eolian_cxx_suite