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 <cedric.bail@free.fr>
This commit is contained in:
Felipe Magno de Almeida 2014-05-07 23:37:33 +02:00 committed by Cedric Bail
parent 3ce04f10ca
commit f6cf7cf35e
1 changed files with 5 additions and 5 deletions

View 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