From fd2b089552db46f9281ff3c0fcd79959e4e3f122 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Mon, 4 Aug 2014 15:16:44 +0200 Subject: [PATCH] Revert "Eolian CXX: Get rid of built sources for the callbacks test sources." This reverts commit 638e72fda4bd312247c133038b26d8105315176f. 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 --- src/Makefile_Eolian_Cxx.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Makefile_Eolian_Cxx.am b/src/Makefile_Eolian_Cxx.am index 976cfcd..b21b760 100644 --- a/src/Makefile_Eolian_Cxx.am +++ b/src/Makefile_Eolian_Cxx.am @@ -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 -- 2.7.4