Fix ecore_con_eet_client_example example compilation error
authorFelipe Magno de Almeida <felipe@expertisesolutions.com.br>
Fri, 24 Apr 2015 01:20:16 +0000 (22:20 -0300)
committerFelipe Magno de Almeida <felipe@expertisesolutions.com.br>
Fri, 24 Apr 2015 01:20:16 +0000 (22:20 -0300)
Added eet to include flags for Makefile.am for ecore examples

src/examples/ecore/Makefile.am

index 4479aa76fa32bdcae71ea48e606e90912aaa22bc..f73c4f9e3b4998ba92d63a8bc3180f93d6b2f0ec 100644 (file)
@@ -3,6 +3,7 @@ MAINTAINERCLEANFILES = Makefile.in
 AM_CPPFLAGS = \
 -I$(top_builddir)/src/lib/efl \
 -I$(top_srcdir)/src/lib/eina \
+-I$(top_srcdir)/src/lib/eet \
 -I$(top_srcdir)/src/lib/emile \
 -I$(top_srcdir)/src/lib/eo \
 -I$(top_srcdir)/src/lib/evas \
@@ -16,6 +17,7 @@ AM_CPPFLAGS = \
 -I$(top_srcdir)/src/lib/ecore_evas \
 -I$(top_srcdir)/src/lib/ecore_audio \
 -I$(top_builddir)/src/lib/eina \
+-I$(top_builddir)/src/lib/eet \
 -I$(top_builddir)/src/lib/emile \
 -I$(top_builddir)/src/lib/eo \
 -I$(top_builddir)/src/lib/evas \