summaryrefslogtreecommitdiff
path: root/modules/Makefile.inc
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2003-03-15 07:15:05 +0000
committerPeter Johnson <peter@tortall.net>2003-03-15 07:15:05 +0000
commit8a48a41ac622456b4c9dabd40eb9c6a9bf3c5c6b (patch)
tree3912f850e36741e2c41259d7ae3650b249fe8537 /modules/Makefile.inc
parent0786a7689541f832008e672283f038ddde44a905 (diff)
downloadyasm-8a48a41ac622456b4c9dabd40eb9c6a9bf3c5c6b.tar.gz
Safe to use -no-undefined on all the modules.
svn path=/trunk/yasm/; revision=850
Diffstat (limited to 'modules/Makefile.inc')
-rw-r--r--modules/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/Makefile.inc b/modules/Makefile.inc
index c4e7e242..753a8c6b 100644
--- a/modules/Makefile.inc
+++ b/modules/Makefile.inc
@@ -11,7 +11,7 @@ EXTRA_DIST += \
lib_LTLIBRARIES += yasm-nasm.la
yasm_nasm_la_SOURCES =
-yasm_nasm_la_LDFLAGS = -module -avoid-version
+yasm_nasm_la_LDFLAGS = -module -avoid-version -no-undefined
yasm_nasm_la_LIBADD = libyasm.la
YASM_MODULES += -dlopen yasm-nasm.la