cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=f6cf7cf35e00c0186dc5b2064607e59286aef506

commit f6cf7cf35e00c0186dc5b2064607e59286aef506
Author: Felipe Magno de Almeida <[email protected]>
Date:   Wed May 7 23:37:33 2014 +0200

    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 <[email protected]>
---
 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
 

-- 


Reply via email to