add -no-undefined to e module build

SVN revision: 79146
This commit is contained in:
Mike Blumenkrantz 2012-11-12 10:24:25 +00:00
parent eb399ef785
commit 903f4630cd
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ INSTALL_DATA_HOOKS =
MDIR = $(libdir)/enlightenment/modules
MDEPENDENCIES = $(top_builddir)/config.h
AM_LDFLAGS = -module -avoid-version
AM_LDFLAGS = -module -avoid-version -no-undefined
AM_CPPFLAGS = -I. \
-I$(top_srcdir) \
-I$(top_srcdir)/src/bin \