From: RĂ©mi Denis-Courmont Date: Wed, 22 Oct 2008 17:47:51 +0000 (+0300) Subject: Restore -no-undefined on Win32 X-Git-Tag: 1.0.0-pre1~2377 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=ec525f6973f5e5dd4a7015d002f3e8816be4340e;p=vlc Restore -no-undefined on Win32 --- diff --git a/modules/common.am b/modules/common.am index ec9783e3f1..390362797a 100644 --- a/modules/common.am +++ b/modules/common.am @@ -25,6 +25,7 @@ AM_LDFLAGS = -rpath '$(libvlcdir)' \ AM_LIBADD = `$(VLC_CONFIG) -libs plugin $@` if HAVE_WIN32 # Windows does not support undefined symbols +AM_LDFLAGS += -no-undefined AM_LIBADD += $(LTLIBVLCCORE) endif