From 14d4700c3265fc7758793c879e3cf96b298642af Mon Sep 17 00:00:00 2001 From: Savio Sena Date: Tue, 6 May 2014 23:41:05 +0200 Subject: [PATCH] examples: fix the include paths of eina example. Summary: "make examples" was failing for parallel build set-ups (i.e., top_builddir != top_srcdir). Reviewers: cedric, smohanty, stefan_schmidt, stefan CC: felipealmeida, cedric Differential Revision: https://phab.enlightenment.org/D825 Signed-off-by: Cedric Bail --- src/examples/evas/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/examples/evas/Makefile.am b/src/examples/evas/Makefile.am index e4ffbd6bc0..4cd212d0bc 100644 --- a/src/examples/evas/Makefile.am +++ b/src/examples/evas/Makefile.am @@ -76,7 +76,9 @@ EDJE_COMMON_CPPFLAGS = \ -I$(top_srcdir)/src/lib/embryo \ -I$(top_builddir)/src/lib/embryo \ -I$(top_srcdir)/src/lib/edje \ +-I$(top_builddir)/src/lib/edje \ -I$(top_srcdir)/src/lib/edje/include \ +-I$(top_builddir)/src/lib/edje/include \ -DPACKAGE_EXAMPLES_DIR=\".\" \ @EVAS_CFLAGS@