diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2014-07-30 10:53:15 +0200 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2014-07-30 10:53:15 +0200 |
commit | 577a6bfbba0a1cf19f394c66addf27b0332500d6 (patch) | |
tree | 4f392cc65ebdaea67481939f08dc600e7180de60 /src/Makefile_Eolian_Cxx.am | |
parent | 089bd6f9b30f147c2fe66d103e939c6ceff6ea61 (diff) |
tests/eolian_cxx: Add another generated file to BUILT_SOURCES
If not put into BUILT_SOURCES it will not be added to CLEANFILES
and thus staying around as uncleaned file which make distcheck
complain about it.
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..77beceb2c3 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 |