]> git.sesse.net Git - vlc/blobdiff - modules/common.am
Restore -no-undefined on Win32
[vlc] / modules / common.am
index ec9783e3f19d0c3454f65dcdf6316d677ca7f314..390362797ad9418eff8b2f06f703cf3355868ddf 100644 (file)
@@ -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