From 8e32e80b5289afa241a4da3cfa0460a58ea9be4f Mon Sep 17 00:00:00 2001 From: antognolli Date: Mon, 11 Jul 2011 17:22:31 +0000 Subject: [PATCH] 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 --- src/examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4