diff options
author | Brent Cook <bcook@openbsd.org> | 2014-12-14 16:12:28 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-12-14 16:59:35 -0600 |
commit | 09e5a841cdfedf46be51cfebab002d4a8fb0face (patch) | |
tree | 406d9c8a92148120fd806fcbe447a904de0dbd98 /ssl | |
parent | 2669771c7e5cbdc41d9996c42e38c5a689e38957 (diff) | |
download | portable-09e5a841cdfedf46be51cfebab002d4a8fb0face.tar.gz portable-09e5a841cdfedf46be51cfebab002d4a8fb0face.tar.bz2 portable-09e5a841cdfedf46be51cfebab002d4a8fb0face.zip |
add LIBADD library dependencies to libssl/libtls
From Jan Engelhardt
Diffstat (limited to 'ssl')
-rw-r--r-- | ssl/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/Makefile.am b/ssl/Makefile.am index 52a29b8..87aeff6 100644 --- a/ssl/Makefile.am +++ b/ssl/Makefile.am | |||
@@ -6,6 +6,7 @@ EXTRA_DIST = VERSION | |||
6 | 6 | ||
7 | libssl_la_LDFLAGS = -version-info @LIBSSL_VERSION@ | 7 | libssl_la_LDFLAGS = -version-info @LIBSSL_VERSION@ |
8 | libssl_la_CFLAGS = $(CFLAGS) $(USER_CFLAGS) | 8 | libssl_la_CFLAGS = $(CFLAGS) $(USER_CFLAGS) |
9 | libssl_la_LIBADD = ../crypto/libcrypto.la | ||
9 | 10 | ||
10 | libssl_la_SOURCES = bio_ssl.c | 11 | libssl_la_SOURCES = bio_ssl.c |
11 | libssl_la_SOURCES += d1_both.c | 12 | libssl_la_SOURCES += d1_both.c |