examples: elementary: fix build for cxx examples needing ecore_cxx includes

The elementary cxx examples now need Ecore_Manual.hh from the cxx bindings.
Make sure we setup the include paths accordingly.
This commit is contained in:
Stefan Schmidt 2016-09-12 10:05:12 +02:00
parent d959ed3686
commit c7d5d03839
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ AM_CPPFLAGS = \
-I$(top_builddir)/src/bindings/cxx/eo_cxx \
-I$(top_srcdir)/src/bindings/cxx/eldbus_cxx \
-I$(top_builddir)/src/bindings/cxx/eldbus_cxx \
-I$(top_srcdir)/src/bindings/cxx/ecore_cxx \
-I$(top_builddir)/src/bindings/cxx/ecore_cxx \
-I$(top_srcdir)/src/lib/ector \
-I$(top_builddir)/src/lib/ector \
-I$(top_srcdir)/src/lib/evas \