From: antognolli Date: Mon, 11 Jul 2011 17:22:31 +0000 (+0000) Subject: ecore/examples - Fix DSO build (linking example against Evas). X-Git-Tag: build/2012-07-04.173327~1063 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8e32e80b5289afa241a4da3cfa0460a58ea9be4f;p=profile%2Fivi%2Fecore.git ecore/examples - Fix DSO build (linking example against Evas). git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@61255 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am index 272f71e..2b154d0 100644 --- a/src/examples/Makefile.am +++ b/src/examples/Makefile.am @@ -63,7 +63,7 @@ pkglib_PROGRAMS += \ ecore_con_url_headers_example \ ecore_con_url_download_example -ecore_animator_example_LDADD = $(ECOREBASELDADD) $(top_builddir)/src/lib/ecore_evas/libecore_evas.la +ecore_animator_example_LDADD = $(ECOREBASELDADD) @EVAS_LIBS@ $(top_builddir)/src/lib/ecore_evas/libecore_evas.la ecore_con_lookup_example_LDADD = $(ECOREBASELDADD) $(top_builddir)/src/lib/ecore_con/libecore_con.la ecore_con_url_headers_example_LDADD = $(ECOREBASELDADD) $(top_builddir)/src/lib/ecore_con/libecore_con.la ecore_con_url_download_example_LDADD = $(ECOREBASELDADD) $(top_builddir)/src/lib/ecore_con/libecore_con.la