savio pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1d271ed1bc5108c97716e2e00e53cb1018dc3635
commit 1d271ed1bc5108c97716e2e00e53cb1018dc3635 Author: Savio Sena <[email protected]> Date: Wed Jul 30 23:04:48 2014 -0300 autotools: Fix eolian_cxx tests. Added callback.eo.c and callback.eo.h as dependencies to eolian_cxx_test_callback.c and also added all generated files to CLEANFILES. --- src/Makefile_Eolian_Cxx.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile_Eolian_Cxx.am b/src/Makefile_Eolian_Cxx.am index 677f937..c071371 100644 --- a/src/Makefile_Eolian_Cxx.am +++ b/src/Makefile_Eolian_Cxx.am @@ -68,7 +68,8 @@ tests/eolian_cxx/callback.c \ tests/eolian_cxx/eolian_cxx_test_callback.cc \ tests/eolian_cxx/eolian_cxx_test_generate.cc -tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-eolian_cxx_test_callback.$(OBJEXT): tests/eolian_cxx/callback.eo.hh +tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-eolian_cxx_test_callback.$(OBJEXT): tests/eolian_cxx/callback.eo.hh tests/eolian_cxx/callback.eo.c tests/eolian_cxx/callback.eo.h +CLEANFILES += tests/eolian_cxx/callback.eo.hh tests/eolian_cxx/callback.eo.c tests/eolian_cxx/callback.eo.h tests_eolian_cxx_eolian_cxx_suite_CXXFLAGS = \ -I$(top_builddir)/src/lib/efl \ --
