diff options
Diffstat (limited to 'src/Makefile_Eolian_Cxx.am')
-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 677f937..77beceb 100644 --- a/src/Makefile_Eolian_Cxx.am +++ b/src/Makefile_Eolian_Cxx.am | |||
@@ -56,7 +56,8 @@ if EFL_ENABLE_TESTS | |||
56 | 56 | ||
57 | BUILT_SOURCES += \ | 57 | BUILT_SOURCES += \ |
58 | tests/eolian_cxx/callback.eo.c \ | 58 | tests/eolian_cxx/callback.eo.c \ |
59 | tests/eolian_cxx/callback.eo.h | 59 | tests/eolian_cxx/callback.eo.h \ |
60 | tests/eolian_cxx/callback.eo.hh | ||
60 | 61 | ||
61 | check_PROGRAMS += tests/eolian_cxx/eolian_cxx_suite | 62 | check_PROGRAMS += tests/eolian_cxx/eolian_cxx_suite |
62 | TESTS += tests/eolian_cxx/eolian_cxx_suite | 63 | TESTS += tests/eolian_cxx/eolian_cxx_suite |