tasn pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=638e72fda4bd312247c133038b26d8105315176f
commit 638e72fda4bd312247c133038b26d8105315176f Author: Tom Hacohen <t...@stosb.com> Date: Mon Aug 4 13:29:20 2014 +0100 Eolian CXX: Get rid of built sources for the callbacks test sources. This is not needed now that dependencies are well in place. --- src/Makefile_Eolian_Cxx.am | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Makefile_Eolian_Cxx.am b/src/Makefile_Eolian_Cxx.am index b21b760..976cfcd 100644 --- a/src/Makefile_Eolian_Cxx.am +++ b/src/Makefile_Eolian_Cxx.am @@ -54,10 +54,6 @@ 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 --