Revert "Eolian CXX: Get rid of built sources for the callbacks test sources."

This reverts commit 638e72fda4.

After this change the files did not end up in the tarball and failing make distcheck

../../src/tests/eolian_cxx/callback.c:11:25: fatal error: callback.eo.h: No such file or directory
This commit is contained in:
Stefan Schmidt 2014-08-04 15:16:44 +02:00
parent 3bf0425af0
commit fd2b089552
1 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,10 @@ bin_eolian_cxx_eolian_cxx_DEPENDENCIES = @USE_EOLIAN_INTERNAL_LIBS@
if EFL_ENABLE_TESTS
BUILT_SOURCES += \
tests/eolian_cxx/callback.eo.c \
tests/eolian_cxx/callback.eo.h
check_PROGRAMS += tests/eolian_cxx/eolian_cxx_suite
TESTS += tests/eolian_cxx/eolian_cxx_suite