From: Felipe Magno de Almeida Date: Wed, 7 May 2014 21:37:33 +0000 (+0200) Subject: eolian_cxx: fix compilation of examples out-of-tree X-Git-Tag: v1.10.0-beta2~56 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f6cf7cf35e00c0186dc5b2064607e59286aef506;p=platform%2Fupstream%2Fefl.git 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 --- 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