aboutsummaryrefslogtreecommitdiff
path: root/tls
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2014-12-14 16:12:28 -0600
committerBrent Cook <bcook@openbsd.org>2014-12-14 16:59:35 -0600
commit09e5a841cdfedf46be51cfebab002d4a8fb0face (patch)
tree406d9c8a92148120fd806fcbe447a904de0dbd98 /tls
parent2669771c7e5cbdc41d9996c42e38c5a689e38957 (diff)
downloadportable-09e5a841cdfedf46be51cfebab002d4a8fb0face.tar.gz
portable-09e5a841cdfedf46be51cfebab002d4a8fb0face.tar.bz2
portable-09e5a841cdfedf46be51cfebab002d4a8fb0face.zip
add LIBADD library dependencies to libssl/libtls
From Jan Engelhardt
Diffstat (limited to 'tls')
-rw-r--r--tls/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tls/Makefile.am b/tls/Makefile.am
index 7f65ea5..31ee861 100644
--- a/tls/Makefile.am
+++ b/tls/Makefile.am
@@ -7,6 +7,7 @@ EXTRA_DIST = VERSION
7 7
8libtls_la_LDFLAGS = -version-info @LIBTLS_VERSION@ 8libtls_la_LDFLAGS = -version-info @LIBTLS_VERSION@
9libtls_la_CFLAGS = $(CFLAGS) $(USER_CFLAGS) 9libtls_la_CFLAGS = $(CFLAGS) $(USER_CFLAGS)
10libtls_la_LIBADD = ../ssl/libssl.la
10 11
11libtls_la_SOURCES = tls.c 12libtls_la_SOURCES = tls.c
12libtls_la_SOURCES += tls_client.c 13libtls_la_SOURCES += tls_client.c