From a1f39e26d924fc55caac76324d648c3ae2cb1775 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 19 Nov 2012 03:26:26 +0000 Subject: [PATCH] remove -no-undefined for osx SVN revision: 79437 --- src/modules/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/Makefile.am b/src/modules/Makefile.am index fb83bfbe4..26a1aa70d 100644 --- a/src/modules/Makefile.am +++ b/src/modules/Makefile.am @@ -7,7 +7,7 @@ EXTRA_DIST = INSTALL_DATA_HOOKS = MDIR = $(libdir)/enlightenment/modules -AM_LDFLAGS = -module -avoid-version -no-undefined +AM_LDFLAGS = -module -avoid-version AM_CPPFLAGS = -I. \ -I$(top_srcdir) \ -I$(top_srcdir)/src/bin \