tests: eolian_cxx: fix distcheck after new name_name.eo file got added
authorStefan Schmidt <stefan@osg.samsung.com>
Mon, 25 Apr 2016 13:16:18 +0000 (15:16 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Mon, 25 Apr 2016 13:16:18 +0000 (15:16 +0200)
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

index c9da3f0..5132a18 100644 (file)
@@ -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