Fix DSO issues building examples. And Ecore-Evas is a dependency of Edje now, no need to check for it again.

SVN revision: 62001
This commit is contained in:
Iván Briano 2011-08-02 14:49:59 +00:00
parent ef29ee414d
commit 817fdd3e45
2 changed files with 2 additions and 3 deletions

View 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"

View 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)