aboutsummaryrefslogtreecommitdiff
path: root/tls
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2014-12-14 16:42:47 -0600
committerBrent Cook <bcook@openbsd.org>2014-12-14 16:59:35 -0600
commitd2342f36bcf81dbcea22bb113a5d0e9e0de505f8 (patch)
treead303cfe96fd708a9c761566cbbc36b6ec2a8af2 /tls
parent09e5a841cdfedf46be51cfebab002d4a8fb0face (diff)
downloadportable-d2342f36bcf81dbcea22bb113a5d0e9e0de505f8.tar.gz
portable-d2342f36bcf81dbcea22bb113a5d0e9e0de505f8.tar.bz2
portable-d2342f36bcf81dbcea22bb113a5d0e9e0de505f8.zip
allow Windows DLLs to be built
based on a patch from Jan Engelhardt
Diffstat (limited to 'tls')
-rw-r--r--tls/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tls/Makefile.am b/tls/Makefile.am
index 31ee861..cba2b9e 100644
--- a/tls/Makefile.am
+++ b/tls/Makefile.am
@@ -5,7 +5,7 @@ lib_LTLIBRARIES = libtls.la
5 5
6EXTRA_DIST = VERSION 6EXTRA_DIST = VERSION
7 7
8libtls_la_LDFLAGS = -version-info @LIBTLS_VERSION@ 8libtls_la_LDFLAGS = -version-info @LIBTLS_VERSION@ -no-undefined
9libtls_la_CFLAGS = $(CFLAGS) $(USER_CFLAGS) 9libtls_la_CFLAGS = $(CFLAGS) $(USER_CFLAGS)
10libtls_la_LIBADD = ../ssl/libssl.la 10libtls_la_LIBADD = ../ssl/libssl.la
11 11