diff options
author | Savio Sena <savio@expertisesolutions.com.br> | 2014-07-30 23:04:48 -0300 |
---|---|---|
committer | Savio Sena <savio@expertisesolutions.com.br> | 2014-07-30 23:07:43 -0300 |
commit | 1d271ed1bc5108c97716e2e00e53cb1018dc3635 (patch) | |
tree | 19ab25511cc21b08350288f2db18a1153ba16d14 /src/Makefile_Eolian_Cxx.am | |
parent | b00e964ae65b807ea3964714809e3ed26dd4b587 (diff) |
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.
Diffstat (limited to '')
-rw-r--r-- | src/Makefile_Eolian_Cxx.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile_Eolian_Cxx.am b/src/Makefile_Eolian_Cxx.am index 677f937204..c07137111b 100644 --- a/src/Makefile_Eolian_Cxx.am +++ b/src/Makefile_Eolian_Cxx.am | |||
@@ -68,7 +68,8 @@ tests/eolian_cxx/callback.c \ | |||
68 | tests/eolian_cxx/eolian_cxx_test_callback.cc \ | 68 | tests/eolian_cxx/eolian_cxx_test_callback.cc \ |
69 | tests/eolian_cxx/eolian_cxx_test_generate.cc | 69 | tests/eolian_cxx/eolian_cxx_test_generate.cc |
70 | 70 | ||
71 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-eolian_cxx_test_callback.$(OBJEXT): tests/eolian_cxx/callback.eo.hh | 71 | 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 |
72 | CLEANFILES += tests/eolian_cxx/callback.eo.hh tests/eolian_cxx/callback.eo.c tests/eolian_cxx/callback.eo.h | ||
72 | 73 | ||
73 | tests_eolian_cxx_eolian_cxx_suite_CXXFLAGS = \ | 74 | tests_eolian_cxx_eolian_cxx_suite_CXXFLAGS = \ |
74 | -I$(top_builddir)/src/lib/efl \ | 75 | -I$(top_builddir)/src/lib/efl \ |