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.
This commit is contained in:
Stefan Schmidt 2016-09-12 13:01:48 +02:00
parent 21f182567a
commit b62789479d
1 changed files with 1 additions and 0 deletions

View File

@ -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 \