stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=fd2b089552db46f9281ff3c0fcd79959e4e3f122
commit fd2b089552db46f9281ff3c0fcd79959e4e3f122 Author: Stefan Schmidt <[email protected]> Date: Mon Aug 4 15:16:44 2014 +0200 Revert "Eolian CXX: Get rid of built sources for the callbacks test sources." 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Makefile_Eolian_Cxx.am b/src/Makefile_Eolian_Cxx.am index 976cfcd..b21b760 100644 --- a/src/Makefile_Eolian_Cxx.am +++ b/src/Makefile_Eolian_Cxx.am @@ -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 --
