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.
This commit is contained in:
Felipe Magno de Almeida 2015-04-09 17:25:20 -03:00
parent dcda62c04e
commit a1067ae177
1 changed files with 1 additions and 0 deletions

View File

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