asdfuser pushed a commit to branch master.

commit 777d51181444966af468892bbd2cf27a3b35fb2f
Author: Daniel Willmann <[email protected]>
Date:   Thu Apr 25 00:08:55 2013 +0100

    eina/evas: Fix includes for examples
    
    Some examples are still missing includes
---
 src/examples/eina/Makefile.am | 1 +
 src/examples/evas/Makefile.am | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/src/examples/eina/Makefile.am b/src/examples/eina/Makefile.am
index 6a303ef..6c1abde 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 11ed2b6..91340c8 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 \

-- 

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr

Reply via email to