diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2016-04-25 15:16:18 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2016-04-25 15:16:18 +0200 |
commit | 29397ad8d79d4de640fb47d9ecb4dd9914c60472 (patch) | |
tree | 13dc7c1c26fc44e7c8bc05987f347557045e1bf5 /src/Makefile_Eolian_Cxx.am | |
parent | af300579994744bddebb7ca3593db3f4d9f38404 (diff) |
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.
Diffstat (limited to '')
-rw-r--r-- | src/Makefile_Eolian_Cxx.am | 9 |
1 files 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 \ | |||
112 | 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 \ | 112 | 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 \ |
113 | 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 \ | 113 | 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 \ |
114 | 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 \ | 114 | 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 \ |
115 | 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 | 115 | 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 \ |
116 | tests/eolian_cxx/name_name.eo.hh \ | ||
117 | tests/eolian_cxx/name_name.eo.c \ | ||
118 | tests/eolian_cxx/name_name.eo.h \ | ||
119 | tests/eolian_cxx/name_name.eo.impl.hh | ||
116 | 120 | ||
117 | tests_eolian_cxx_eolian_cxx_suite_CXXFLAGS = \ | 121 | tests_eolian_cxx_eolian_cxx_suite_CXXFLAGS = \ |
118 | -I$(top_builddir)/src/lib/efl \ | 122 | -I$(top_builddir)/src/lib/efl \ |
@@ -142,7 +146,8 @@ tests/eolian_cxx/generic.eo \ | |||
142 | tests/eolian_cxx/a.eo \ | 146 | tests/eolian_cxx/a.eo \ |
143 | tests/eolian_cxx/b.eo \ | 147 | tests/eolian_cxx/b.eo \ |
144 | tests/eolian_cxx/c.eo \ | 148 | tests/eolian_cxx/c.eo \ |
145 | tests/eolian_cxx/d.eo | 149 | tests/eolian_cxx/d.eo \ |
150 | tests/eolian_cxx/name_name.eo | ||
146 | 151 | ||
147 | include Makefile_Eolian_Cxx_Helper.am | 152 | include Makefile_Eolian_Cxx_Helper.am |
148 | 153 | ||