From b62789479defb35f78aeadc2178552cd8d4a431c Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Mon, 12 Sep 2016 13:01:48 +0200 Subject: [PATCH] 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 917d285aca..7b34c246a1 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 \