From 4d8dcab8f0b15198370bac3a3adb59e9f97e55f4 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Wed, 30 Jul 2014 21:33:25 +0900 Subject: [PATCH] Revert "tests/eolian_cxx: Add another generated file to BUILT_SOURCES" This reverts commit 577a6bfbba0a1cf19f394c66addf27b0332500d6. This brings efl back to building - it entirely stopped building for me with this change so even if this tried to fix something... it made just regular building of efl at all cease to work here which i'd say is bad (if this just fixes a dist problem - at least dist is broken, but regular build is not - we are in better shape). --- src/Makefile_Eolian_Cxx.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Makefile_Eolian_Cxx.am b/src/Makefile_Eolian_Cxx.am index 77beceb2c3..677f937204 100644 --- a/src/Makefile_Eolian_Cxx.am +++ b/src/Makefile_Eolian_Cxx.am @@ -56,8 +56,7 @@ if EFL_ENABLE_TESTS BUILT_SOURCES += \ tests/eolian_cxx/callback.eo.c \ - tests/eolian_cxx/callback.eo.h \ - tests/eolian_cxx/callback.eo.hh + tests/eolian_cxx/callback.eo.h check_PROGRAMS += tests/eolian_cxx/eolian_cxx_suite TESTS += tests/eolian_cxx/eolian_cxx_suite