raster pushed a commit to branch master.
commit f2b1039e05378087f69b0e112dea3396abf94829
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date: Thu Apr 25 02:08:18 2013 +0900
fix examples makefiles to find Efl_Config.h
---
src/benchmarks/eina/Makefile.am | 1 +
src/benchmarks/eo/Makefile.am | 1 +
src/examples/ecore/Makefile.am | 1 +
src/examples/edje/Makefile.am | 1 +
src/examples/eet/Makefile.am | 1 +
src/examples/eina/Makefile.am | 1 +
src/examples/eio/Makefile.am | 1 +
src/examples/eldbus/Makefile.am | 1 +
src/examples/emotion/Makefile.am | 1 +
src/examples/eo/Makefile.am | 1 +
src/examples/ephysics/Makefile.am | 1 +
src/examples/ethumb_client/Makefile.am | 1 +
src/examples/evas/Makefile.am | 1 +
13 files changed, 13 insertions(+)
diff --git a/src/benchmarks/eina/Makefile.am b/src/benchmarks/eina/Makefile.am
index a6d5c19..63cf39f 100644
--- a/src/benchmarks/eina/Makefile.am
+++ b/src/benchmarks/eina/Makefile.am
@@ -1,6 +1,7 @@
MAINTAINERCLEANFILES = Makefile.in
AM_CPPFLAGS = \
+-I$(top_builddir)/src/lib/efl \
-I$(top_srcdir)/src/lib/eina \
-I$(top_builddir)/src/lib/eina \
-DPACKAGE_BUILD_DIR=\"`pwd`/$(top_builddir)\" \
diff --git a/src/benchmarks/eo/Makefile.am b/src/benchmarks/eo/Makefile.am
index d796710..84d55b0 100644
--- a/src/benchmarks/eo/Makefile.am
+++ b/src/benchmarks/eo/Makefile.am
@@ -2,6 +2,7 @@
MAINTAINERCLEANFILES = Makefile.in
AM_CPPFLAGS = \
+-I$(top_builddir)/src/lib/efl \
-I$(top_srcdir)/src/lib/eina \
-I$(top_srcdir)/src/lib/eo \
-I$(top_builddir)/src/lib/eina \
diff --git a/src/examples/ecore/Makefile.am b/src/examples/ecore/Makefile.am
index 438e77d..fe04ad5 100644
--- a/src/examples/ecore/Makefile.am
+++ b/src/examples/ecore/Makefile.am
@@ -1,6 +1,7 @@
MAINTAINERCLEANFILES = Makefile.in
AM_CPPFLAGS = \
+-I$(top_builddir)/src/lib/efl \
-I$(top_srcdir)/src/lib/eina \
-I$(top_srcdir)/src/lib/eo \
-I$(top_srcdir)/src/lib/evas \
diff --git a/src/examples/edje/Makefile.am b/src/examples/edje/Makefile.am
index f62e534..a88f885 100644
--- a/src/examples/edje/Makefile.am
+++ b/src/examples/edje/Makefile.am
@@ -102,6 +102,7 @@ edje-multisense.c
EXTRA_DIST = $(DIST_EDCS) $(DATA_FILES)
AM_CPPFLAGS = \
+-I$(top_builddir)/src/lib/efl \
-I. \
-I$(builddir) \
-I$(top_srcdir)/src/lib/eina \
diff --git a/src/examples/eet/Makefile.am b/src/examples/eet/Makefile.am
index 226a7e6..800769a 100644
--- a/src/examples/eet/Makefile.am
+++ b/src/examples/eet/Makefile.am
@@ -1,6 +1,7 @@
MAINTAINERCLEANFILES = Makefile.in
AM_CPPFLAGS = \
+-I$(top_builddir)/src/lib/efl \
-I$(top_srcdir)/src/lib/eina \
-I$(top_srcdir)/src/lib/eet \
-I$(top_builddir)/src/lib/eina \
diff --git a/src/examples/eina/Makefile.am b/src/examples/eina/Makefile.am
index b64805a..6a303ef 100644
--- a/src/examples/eina/Makefile.am
+++ b/src/examples/eina/Makefile.am
@@ -1,6 +1,7 @@
MAINTAINERCLEANFILES = Makefile.in
AM_CPPFLAGS = \
+-I$(top_builddir)/src/lib/efl \
-I. \
-I$(top_srcdir)/src/lib/eina \
-I$(top_builddir)/src/lib/eina
diff --git a/src/examples/eio/Makefile.am b/src/examples/eio/Makefile.am
index 6e5be1f..6b04de9 100644
--- a/src/examples/eio/Makefile.am
+++ b/src/examples/eio/Makefile.am
@@ -1,6 +1,7 @@
MAINTAINERCLEANFILES = Makefile.in
AM_CPPFLAGS = \
+-I$(top_builddir)/src/lib/efl \
-I$(top_srcdir)/src/lib/eina \
-I$(top_srcdir)/src/lib/eo \
-I$(top_srcdir)/src/lib/eet \
diff --git a/src/examples/eldbus/Makefile.am b/src/examples/eldbus/Makefile.am
index 8163a42..1ec9d34 100644
--- a/src/examples/eldbus/Makefile.am
+++ b/src/examples/eldbus/Makefile.am
@@ -1,6 +1,7 @@
MAINTAINERCLEANFILES = Makefile.in
AM_CPPFLAGS = \
+-I$(top_builddir)/src/lib/efl \
-I$(top_srcdir)/src/lib/eina \
-I$(top_srcdir)/src/lib/eo \
-I$(top_srcdir)/src/lib/ecore \
diff --git a/src/examples/emotion/Makefile.am b/src/examples/emotion/Makefile.am
index 23adc0e..4c66045 100644
--- a/src/examples/emotion/Makefile.am
+++ b/src/examples/emotion/Makefile.am
@@ -1,6 +1,7 @@
MAINTAINERCLEANFILES = Makefile.in
AM_CPPFLAGS = \
+-I$(top_builddir)/src/lib/efl \
-I$(top_srcdir)/src/lib/eina \
-I$(top_srcdir)/src/lib/eo \
-I$(top_srcdir)/src/lib/evas \
diff --git a/src/examples/eo/Makefile.am b/src/examples/eo/Makefile.am
index 6f0b783..4254c80 100644
--- a/src/examples/eo/Makefile.am
+++ b/src/examples/eo/Makefile.am
@@ -1,6 +1,7 @@
MAINTAINERCLEANFILES = Makefile.in
AM_CPPFLAGS = \
+-I$(top_builddir)/src/lib/efl \
-I. \
-I$(top_srcdir)/src/lib/eina \
-I$(top_srcdir)/src/lib/eo \
diff --git a/src/examples/ephysics/Makefile.am
b/src/examples/ephysics/Makefile.am
index 73645b7..fc2c18f 100644
--- a/src/examples/ephysics/Makefile.am
+++ b/src/examples/ephysics/Makefile.am
@@ -1,6 +1,7 @@
MAINTAINERCLEANFILES = Makefile.in
AM_CPPFLAGS = \
+-I$(top_builddir)/src/lib/efl \
-I. \
-I$(top_srcdir)/src/lib/eina \
-I$(top_builddir)/src/lib/eina \
diff --git a/src/examples/ethumb_client/Makefile.am
b/src/examples/ethumb_client/Makefile.am
index 247c528..f0bf7b4 100644
--- a/src/examples/ethumb_client/Makefile.am
+++ b/src/examples/ethumb_client/Makefile.am
@@ -1,6 +1,7 @@
MAINTAINERCLEANFILES = Makefile.in
AM_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 \
diff --git a/src/examples/evas/Makefile.am b/src/examples/evas/Makefile.am
index 55cf44e..11ed2b6 100644
--- a/src/examples/evas/Makefile.am
+++ b/src/examples/evas/Makefile.am
@@ -3,6 +3,7 @@ MAINTAINERCLEANFILES = Makefile.in
include ../../Makefile_Edje_Helper.am
AM_CPPFLAGS = \
+-I$(top_builddir)/src/lib/efl \
-I$(top_srcdir)/src/lib/eina \
-I$(top_srcdir)/src/lib/eo \
-I$(top_srcdir)/src/lib/evas \
--
------------------------------------------------------------------------------
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