From 577a6bfbba0a1cf19f394c66addf27b0332500d6 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Wed, 30 Jul 2014 10:53:15 +0200 Subject: [PATCH] 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 677f937204..77beceb2c3 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