From c85f2913da608e29b5d8eb070a53647c1fa1a51b Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 20 Dec 2012 10:51:58 +0000 Subject: [PATCH] efl: Tentative fix to find the ecore_x_version.h also in the ecore tests. Shows up on buildbot out of tree builds. SVN revision: 81440 --- src/Makefile_Ecore.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile_Ecore.am b/src/Makefile_Ecore.am index 1251ca9..2efb6ed 100644 --- a/src/Makefile_Ecore.am +++ b/src/Makefile_Ecore.am @@ -105,6 +105,7 @@ tests_ecore_ecore_suite_CPPFLAGS = \ -I$(top_srcdir)/src/lib/ecore_con \ -I$(top_srcdir)/src/lib/ecore_file \ -I$(top_srcdir)/src/lib/ecore_x \ +-I$(top_builddir)/src/lib/ecore_x \ -DTESTS_SRC_DIR=\"`pwd`/$(top_srcdir)\" \ @CHECK_CFLAGS@ -- 2.7.4