stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=8b167c236188b436e6f510afd141c90de78e4096

commit 8b167c236188b436e6f510afd141c90de78e4096
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Mon Jan 18 13:47:39 2016 +0100

    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 166429a..6f1d0ab 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

-- 


Reply via email to