stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=577a6bfbba0a1cf19f394c66addf27b0332500d6

commit 577a6bfbba0a1cf19f394c66addf27b0332500d6
Author: Stefan Schmidt <[email protected]>
Date:   Wed Jul 30 10:53:15 2014 +0200

    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.
---
 src/Makefile_Eolian_Cxx.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/Makefile_Eolian_Cxx.am b/src/Makefile_Eolian_Cxx.am
index 677f937..77beceb 100644
--- a/src/Makefile_Eolian_Cxx.am
+++ b/src/Makefile_Eolian_Cxx.am
@@ -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

-- 


Reply via email to