From 29397ad8d79d4de640fb47d9ecb4dd9914c60472 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Mon, 25 Apr 2016 15:16:18 +0200 Subject: [PATCH] tests: eolian_cxx: fix distcheck after new name_name.eo file got added We need to ship this file in axtra dst and also make sure we clean up the generated files afterwards. --- src/Makefile_Eolian_Cxx.am | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/Makefile_Eolian_Cxx.am b/src/Makefile_Eolian_Cxx.am index c9da3f0b13..5132a180a2 100644 --- a/src/Makefile_Eolian_Cxx.am +++ b/src/Makefile_Eolian_Cxx.am @@ -112,7 +112,11 @@ tests/eolian_cxx/generic.eo.impl.hh \ tests/eolian_cxx/a.eo.hh tests/eolian_cxx/a.eo.impl.hh tests/eolian_cxx/a.eo.c tests/eolian_cxx/a.eo.h \ tests/eolian_cxx/b.eo.hh tests/eolian_cxx/b.eo.impl.hh tests/eolian_cxx/b.eo.c tests/eolian_cxx/b.eo.h \ tests/eolian_cxx/c.eo.hh tests/eolian_cxx/c.eo.impl.hh tests/eolian_cxx/c.eo.c tests/eolian_cxx/c.eo.h \ -tests/eolian_cxx/d.eo.hh tests/eolian_cxx/d.eo.impl.hh tests/eolian_cxx/d.eo.c tests/eolian_cxx/d.eo.h +tests/eolian_cxx/d.eo.hh tests/eolian_cxx/d.eo.impl.hh tests/eolian_cxx/d.eo.c tests/eolian_cxx/d.eo.h \ +tests/eolian_cxx/name_name.eo.hh \ +tests/eolian_cxx/name_name.eo.c \ +tests/eolian_cxx/name_name.eo.h \ +tests/eolian_cxx/name_name.eo.impl.hh tests_eolian_cxx_eolian_cxx_suite_CXXFLAGS = \ -I$(top_builddir)/src/lib/efl \ @@ -142,7 +146,8 @@ tests/eolian_cxx/generic.eo \ tests/eolian_cxx/a.eo \ tests/eolian_cxx/b.eo \ tests/eolian_cxx/c.eo \ -tests/eolian_cxx/d.eo +tests/eolian_cxx/d.eo \ +tests/eolian_cxx/name_name.eo include Makefile_Eolian_Cxx_Helper.am