From 69f9d3b38202fb9506efc9543d702b5ceaa47c34 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 5 Feb 2019 09:53:48 +0100 Subject: [PATCH] ecore: tests: add missing include path to make ecore_audio build in distcheck We missed the include path to the tests folder where the generated ecore_audio_ou_test files are located. Found by our relentless TravisCI cron job. Reviewed-by: Marcel Hollerbach Differential Revision: https://phab.enlightenment.org/D7877 --- src/Makefile_Ecore.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile_Ecore.am b/src/Makefile_Ecore.am index 1bcfe41..c80fda8 100644 --- a/src/Makefile_Ecore.am +++ b/src/Makefile_Ecore.am @@ -292,7 +292,7 @@ tests/ecore/ecore_test_args.c \ tests/ecore/ecore_test_pipe.c \ tests/ecore/ecore_suite.h -tests_ecore_ecore_suite_CPPFLAGS = -I$(top_builddir)/src/lib/efl \ +tests_ecore_ecore_suite_CPPFLAGS = -I$(top_builddir)/src/lib/efl -I$(top_builddir)/src/tests/ecore \ -DPACKAGE_BUILD_DIR=\"$(abs_top_builddir)\" \ -DTESTS_SRC_DIR=\"$(top_srcdir)/src/tests/ecore\" \ -DTESTS_BUILD_DIR=\"$(top_builddir)/src/tests/ecore\" \ -- 2.7.4