From f6cf7cf35e00c0186dc5b2064607e59286aef506 Mon Sep 17 00:00:00 2001 From: Felipe Magno de Almeida Date: Wed, 7 May 2014 23:37:33 +0200 Subject: [PATCH] eolian_cxx: fix compilation of examples out-of-tree Summary: Changed erroneous top_builddir for include paths for eolian_gen tool. Reviewers: cedric, stefan_schmidt, stefan CC: cedric Differential Revision: https://phab.enlightenment.org/D830 Signed-off-by: Cedric Bail --- src/examples/eolian_cxx/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/examples/eolian_cxx/Makefile.am b/src/examples/eolian_cxx/Makefile.am index 1d17051..44059fe 100644 --- a/src/examples/eolian_cxx/Makefile.am +++ b/src/examples/eolian_cxx/Makefile.am @@ -77,11 +77,11 @@ eolian_cxx_inherit_01_SOURCES = \ EOLIAN_GEN = $(top_builddir)/src/bin/eolian/eolian_gen${EXEEXT} EOLIAN_CXX = $(top_builddir)/src/bin/eolian_cxx/eolian_cxx${EXEEXT} EOLIAN_FLAGS = \ --I. \ --I$(top_builddir)/src/lib/eo \ --I$(top_builddir)/src/lib/evas/canvas \ --I$(top_builddir)/src/lib/edje \ --I$(top_builddir)/src/lib/ecore_audio +-I$(srcdir) \ +-I$(top_srcdir)/src/lib/eo \ +-I$(top_srcdir)/src/lib/evas/canvas \ +-I$(top_srcdir)/src/lib/edje \ +-I$(top_srcdir)/src/lib/ecore_audio SUFFIXES = .eo .eo.c .eo.h .eo.hh -- 2.7.4