diff options
author | Daniel Willmann <daniel@totalueberwachung.de> | 2013-04-25 00:08:55 +0100 |
---|---|---|
committer | Daniel Willmann <daniel@totalueberwachung.de> | 2013-04-25 00:11:06 +0100 |
commit | 777d51181444966af468892bbd2cf27a3b35fb2f (patch) | |
tree | 849962ce25673bee50bae21ef4b8a1075b8ebd4f /src | |
parent | 7f87d9891d15dc5d2e19c4dbcaabd2133f95f23d (diff) |
eina/evas: Fix includes for examples
Some examples are still missing includes
Diffstat (limited to 'src')
-rw-r--r-- | src/examples/eina/Makefile.am | 1 | ||||
-rw-r--r-- | src/examples/evas/Makefile.am | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/examples/eina/Makefile.am b/src/examples/eina/Makefile.am index 6a303efc8..6c1abde79 100644 --- a/src/examples/eina/Makefile.am +++ b/src/examples/eina/Makefile.am @@ -118,6 +118,7 @@ eina_tiler_01_CPPFLAGS = \ -I$(top_srcdir)/src/lib/ecore \ -I$(top_srcdir)/src/lib/ecore_input \ -I$(top_srcdir)/src/lib/ecore_evas \ +-I$(top_builddir)/src/lib/efl \ -I$(top_builddir)/src/lib/eina \ -I$(top_builddir)/src/lib/eo \ -I$(top_builddir)/src/lib/evas \ diff --git a/src/examples/evas/Makefile.am b/src/examples/evas/Makefile.am index 11ed2b624..91340c8c7 100644 --- a/src/examples/evas/Makefile.am +++ b/src/examples/evas/Makefile.am @@ -33,6 +33,7 @@ ECORE_EVAS_COMMON_CPPFLAGS = \ -I$(top_srcdir)/src/lib/ecore \ -I$(top_srcdir)/src/lib/ecore_input \ -I$(top_srcdir)/src/lib/ecore_evas \ +-I$(top_builddir)/src/lib/efl \ -I$(top_builddir)/src/lib/eina \ -I$(top_builddir)/src/lib/eo \ -I$(top_builddir)/src/lib/evas \ @@ -53,6 +54,7 @@ $(top_builddir)/src/lib/evas/libevas.la \ # EDJE_COMMON_* is similar to src/examples/edje/Makefile.am EDJE_COMMON_CPPFLAGS = \ +-I$(top_builddir)/src/lib/efl \ -I$(top_srcdir)/src/lib/eina \ -I$(top_builddir)/src/lib/eina \ -I$(top_srcdir)/src/lib/eo \ |