stefan pushed a commit to branch master.

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

commit b62789479defb35f78aeadc2178552cd8d4a431c
Author: Stefan Schmidt <[email protected]>
Date:   Mon Sep 12 13:01:48 2016 +0200

    tests: eo_cxx: make sure new header files is included in dist tarball
    
    This new file is available in the src tree but as we do not reference it in 
the
    Makefile it is never put into the dist tarball making distcheck fail.
---
 src/Makefile_Cxx.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Makefile_Cxx.am b/src/Makefile_Cxx.am
index 917d285..7b34c24 100644
--- a/src/Makefile_Cxx.am
+++ b/src/Makefile_Cxx.am
@@ -243,6 +243,7 @@ tests_eina_cxx_eina_cxx_suite_DEPENDENCIES = 
@USE_EINA_INTERNAL_LIBS@ @USE_EO_IN
 
 tests_eo_cxx_eo_cxx_suite_SOURCES = \
 tests/eo_cxx/eo_cxx_suite.cc \
+tests/eo_cxx/eo_cxx_suite.h \
 tests/eo_cxx/eo_cxx_test_promise.cc
 
 tests_eo_cxx_eo_cxx_suite_CPPFLAGS = -I$(top_builddir)/src/lib/efl \

-- 


Reply via email to