AM_LIBADD is NOT an automake variable, confusing (and stupid) though that may seem! this fixes pretty much all modules which were previously broken. spankies!

SVN revision: 79109
This commit is contained in:
Mike Blumenkrantz 2012-11-11 08:38:41 +00:00
parent 2b781a0f0e
commit 4644272a70
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ AM_CPPFLAGS = -I. \
-I$(top_builddir)/src/bin \
-I$(top_srcdir)/src/modules
AM_CFLAGS = @e_cflags@
AM_LIBADD = @e_libs@ @dlopen_libs@
LIBS += @e_libs@ @dlopen_libs@
EDJE_CC = $(EDJE_CC_$(V))
EDJE_CC_ = $(EDJE_CC_$(AM_DEFAULT_VERBOSITY))