examples: elementary: fix build for cxx examples needing ecore_cxx includes
authorStefan Schmidt <stefan@osg.samsung.com>
Mon, 12 Sep 2016 08:05:12 +0000 (10:05 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Mon, 12 Sep 2016 08:21:47 +0000 (10:21 +0200)
The elementary cxx examples now need Ecore_Manual.hh from the cxx bindings.
Make sure we setup the include paths accordingly.

src/examples/elementary/Makefile.am

index 56984af..84bc491 100644 (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 \