From 8b167c236188b436e6f510afd141c90de78e4096 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Mon, 18 Jan 2016 13:47:39 +0100 Subject: [PATCH] eina_cxx: make sure simple.eo lands in the tarball in all cases This would fail if you have not enabled tests and run distcheck. --- src/Makefile_Eina_Cxx.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Makefile_Eina_Cxx.am b/src/Makefile_Eina_Cxx.am index 166429abf1..6f1d0ab31d 100644 --- a/src/Makefile_Eina_Cxx.am +++ b/src/Makefile_Eina_Cxx.am @@ -74,9 +74,6 @@ tests/eina_cxx/simple.eo.h \ tests/eina_cxx/simple.eo.hh \ tests/eina_cxx/simple.eo.impl.hh -EXTRA_DIST += \ -tests/eina_cxx/simple.eo - tests_eina_cxx_eina_cxx_suite_CPPFLAGS = -I$(top_builddir)/src/lib/efl \ -DTESTS_WD=\"`pwd`\" \ -DTESTS_SRC_DIR=\"$(top_srcdir)/src/tests/eina_cxx\" \ @@ -95,4 +92,8 @@ tests_eina_cxx_eina_cxx_suite_LDADD = @CHECK_LIBS@ @USE_EINA_LIBS@ @USE_EO_LIBS@ tests_eina_cxx_eina_cxx_suite_DEPENDENCIES = @USE_EINA_INTERNAL_LIBS@ @USE_EO_INTERNAL_LIBS@ endif + +EXTRA_DIST += \ +tests/eina_cxx/simple.eo + endif