aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-10-03 17:05:22 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-10-03 17:05:22 +0000
commitf2dc8bbfc49d98835db4b767ac0ae3265f592000 (patch)
tree06302d3db153dad2e8d89878ba2366065fa47153
parentc1dda9a428fa70987f53e77c78c6e660c2739322 (diff)
on w32, use '-no-undefined'
svn path=/trunk/externals/zexy/; revision=15489
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index eea4e26..13c8e77 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -6,6 +6,10 @@ pkglib_LTLIBRARIES=
AM_CFLAGS =
AM_LDFLAGS= -module -avoid-version -shared -shrext .@EXTENSION@
+if WINDOWS
+AM_LDFLAGS+= -no-undefined
+endif
+
# RTE
AM_CFLAGS +=
AM_LDFLAGS+=