From e12c56dc1a5792833e63166371e61214f0f3d4ca Mon Sep 17 00:00:00 2001 From: sachiel Date: Tue, 2 Aug 2011 14:49:59 +0000 Subject: [PATCH] Fix DSO issues building examples. And Ecore-Evas is a dependency of Edje now, no need to check for it again. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@62001 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- configure.ac | 1 - src/examples/Makefile.am | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 0587afd..902fe1f 100644 --- a/configure.ac +++ b/configure.ac @@ -399,7 +399,6 @@ AC_ARG_ENABLE([build-examples], # put in here the dependencies for Edje' examples. They are # meant to be 'real world' usage examples, thus one will be # using higher level libraries on these programs - PKG_CHECK_MODULES([ECORE_EVAS], [ecore-evas ecore], [], [build_examples="no"]) AC_SUBST(edje_cc) else build_examples="no" diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am index 550b18d..5729a0e 100644 --- a/src/examples/Makefile.am +++ b/src/examples/Makefile.am @@ -26,7 +26,7 @@ AM_CPPFLAGS = \ pkglib_PROGRAMS = #the ones using ecore_evas follow -AM_CPPFLAGS += @ECORE_EVAS_CFLAGS@ +AM_CPPFLAGS += @EDJE_CFLAGS@ pkglib_PROGRAMS += \ edje-basic \ @@ -35,7 +35,7 @@ pkglib_PROGRAMS += \ edje-table \ edje-signals-messages -LDADD = $(top_builddir)/src/lib/libedje.la @ECORE_EVAS_LIBS@ +LDADD = $(top_builddir)/src/lib/libedje.la @EDJE_LIBS@ .edc.edj: $(edje_cc) -v -id $(srcdir) $< $(builddir)/$(@F) -- 2.7.4