summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-03-08 10:46:41 +0000
committerSimon Josefsson <simon@josefsson.org>2006-03-08 10:46:41 +0000
commit2152bb48136d774bf36d0f25a5507d95c6d9cd8b (patch)
treefeaad81221573824b1f7f230dde47ea58f37e267 /lib
parentea25eab9171c08eded855de88f78088845d70db9 (diff)
downloadgnutls-2152bb48136d774bf36d0f25a5507d95c6d9cd8b.tar.gz
Add -no-undefined, for mingw32 builds.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 5138fe32c9..c7554cc6cb 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -97,7 +97,8 @@ HFILES = debug.h gnutls_compress.h defines.h gnutls_cipher.h \
libgnutls_la_SOURCES = $(HFILES) $(COBJECTS) $(SRP_COBJECTS) \
$(PSK_COBJECTS) gnutls.asn pkix.asn libgnutls.vers
-libgnutls_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+libgnutls_la_LDFLAGS = -no-undefined \
+ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
libgnutls_la_LIBADD = ../gl/libgnu.la x509/libgnutls_x509.la \
@LTLIBZ@ $(LIBGCRYPT_LIBS) @LTLIBINTL@