Revert "tests/eolian_cxx: Add another generated file to BUILT_SOURCES"
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Wed, 30 Jul 2014 12:33:25 +0000 (21:33 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Wed, 30 Jul 2014 12:40:16 +0000 (21:40 +0900)
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

index 77beceb..677f937 100644 (file)
@@ -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