eolian_cxx: fix compilation of examples out-of-tree
authorFelipe Magno de Almeida <felipe@expertisesolutions.com.br>
Wed, 7 May 2014 21:37:33 +0000 (23:37 +0200)
committerCedric Bail <cedric.bail@free.fr>
Wed, 7 May 2014 21:37:47 +0000 (23:37 +0200)
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 <cedric.bail@free.fr>
src/examples/eolian_cxx/Makefile.am

index 1d17051..44059fe 100644 (file)
@@ -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