felipealmeida pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a1067ae177226688a7f36acbd0c69ea544ed769d
commit a1067ae177226688a7f36acbd0c69ea544ed769d Author: Felipe Magno de Almeida <[email protected]> Date: Thu Apr 9 17:25:20 2015 -0300 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 c2d87f0..92819c7 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 \ --
