Fix DSO issues building examples. And Ecore-Evas is a dependency of Edje now, no...
authorsachiel <sachiel>
Tue, 2 Aug 2011 14:49:59 +0000 (14:49 +0000)
committersachiel <sachiel@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 2 Aug 2011 14:49:59 +0000 (14:49 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@62001 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac
src/examples/Makefile.am

index 0587afd..902fe1f 100644 (file)
@@ -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"
index 550b18d..5729a0e 100644 (file)
@@ -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)