ecore/examples - Fix DSO build (linking example against Evas).

SVN revision: 61255
This commit is contained in:
Rafael Antognolli 2011-07-11 17:22:31 +00:00
parent c56ce3a747
commit dba308e60b
1 changed files with 1 additions and 1 deletions

View File

@ -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