evas/examples: fix build break
authorChunEon Park <hermet@hermet.pe.kr>
Thu, 4 Dec 2014 10:42:27 +0000 (19:42 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Thu, 4 Dec 2014 10:44:00 +0000 (19:44 +0900)
add dependency libefl to call efl_file_set().

src/examples/evas/Makefile.am
src/examples/evas/evas-object-manipulation-eo.c

index 0d99147..e486fc5 100644 (file)
@@ -45,6 +45,7 @@ ECORE_EVAS_COMMON_CPPFLAGS = \
 @EVAS_CFLAGS@
 
 ECORE_EVAS_COMMON_LDADD = \
+$(top_builddir)/src/lib/efl/libefl.la \
 $(top_builddir)/src/lib/eina/libeina.la \
 $(top_builddir)/src/lib/eo/libeo.la \
 $(top_builddir)/src/lib/ecore/libecore.la \
index 92989ca..5191347 100644 (file)
@@ -19,6 +19,7 @@
 #define PACKAGE_EXAMPLES_DIR "."
 #endif
 
+#include <Efl.h>
 #include <Ecore.h>
 #include <Ecore_Evas.h>
 #include <stdio.h>