Box example uses eina, so link to it
authorsachiel <sachiel@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 5 Aug 2011 16:23:34 +0000 (16:23 +0000)
committersachiel <sachiel@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 5 Aug 2011 16:23:34 +0000 (16:23 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62143 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/examples/Makefile.am

index bf14822..ce29fbe 100644 (file)
@@ -79,7 +79,7 @@ evas_smart_object_LDADD = $(top_builddir)/src/lib/libevas.la @ECORE_EVAS_LIBS@
 
 pkglib_PROGRAMS += evas_box
 evas_box_SOURCES = evas-box.c
-evas_box_LDADD = $(top_builddir)/src/lib/libevas.la @ECORE_EVAS_LIBS@
+evas_box_LDADD = $(top_builddir)/src/lib/libevas.la @ECORE_EVAS_LIBS@ @EINA_LIBS@
 
 #the ones using ecore_evas and edje follow
 AM_CPPFLAGS += @EDJE_CFLAGS@