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.
This commit is contained in:
Stefan Schmidt 2014-07-30 10:53:15 +02:00
parent 089bd6f9b3
commit 577a6bfbba
1 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,8 @@ if EFL_ENABLE_TESTS
BUILT_SOURCES += \
tests/eolian_cxx/callback.eo.c \
tests/eolian_cxx/callback.eo.h
tests/eolian_cxx/callback.eo.h \
tests/eolian_cxx/callback.eo.hh
check_PROGRAMS += tests/eolian_cxx/eolian_cxx_suite
TESTS += tests/eolian_cxx/eolian_cxx_suite