diff options
author | Tom Hacohen <tom@stosb.com> | 2014-08-04 13:29:20 +0100 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2014-08-04 13:29:20 +0100 |
commit | 638e72fda4bd312247c133038b26d8105315176f (patch) | |
tree | 3f06c729d289bf1c229f78a443aba469d058deed /src/Makefile_Eolian_Cxx.am | |
parent | 104f04eda19395396116ba4c4c23b17f00ace2ae (diff) |
Eolian CXX: Get rid of built sources for the callbacks test sources.
This is not needed now that dependencies are well in place.
Diffstat (limited to '')
-rw-r--r-- | src/Makefile_Eolian_Cxx.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile_Eolian_Cxx.am b/src/Makefile_Eolian_Cxx.am index b21b76041b..976cfcd2aa 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@ | |||
54 | 54 | ||
55 | if EFL_ENABLE_TESTS | 55 | if EFL_ENABLE_TESTS |
56 | 56 | ||
57 | BUILT_SOURCES += \ | ||
58 | tests/eolian_cxx/callback.eo.c \ | ||
59 | tests/eolian_cxx/callback.eo.h | ||
60 | |||
61 | check_PROGRAMS += tests/eolian_cxx/eolian_cxx_suite | 57 | check_PROGRAMS += tests/eolian_cxx/eolian_cxx_suite |
62 | TESTS += tests/eolian_cxx/eolian_cxx_suite | 58 | TESTS += tests/eolian_cxx/eolian_cxx_suite |
63 | 59 | ||