From a1067ae177226688a7f36acbd0c69ea544ed769d Mon Sep 17 00:00:00 2001 From: Felipe Magno de Almeida Date: Thu, 9 Apr 2015 17:25:20 -0300 Subject: [PATCH] emile: Fix eina examples compilation when using a different build directory The Makefile.am added only include dirs for top_builddir. Added for top_srcdir as well so it can find the headers. --- src/examples/eina/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/examples/eina/Makefile.am b/src/examples/eina/Makefile.am index c2d87f0c8b..92819c705d 100644 --- a/src/examples/eina/Makefile.am +++ b/src/examples/eina/Makefile.am @@ -120,6 +120,7 @@ eina_tiler_01_CPPFLAGS = \ -I$(top_srcdir)/src/lib/eina \ -I$(top_srcdir)/src/lib/eo \ -I$(top_srcdir)/src/lib/evas \ +-I$(top_srcdir)/src/lib/emile \ -I$(top_srcdir)/src/lib/ecore \ -I$(top_srcdir)/src/lib/ecore_input \ -I$(top_srcdir)/src/lib/ecore_evas \