aboutsummaryrefslogtreecommitdiff
path: root/tls
diff options
context:
space:
mode:
Diffstat (limited to 'tls')
-rw-r--r--tls/Makefile.am8
1 files changed, 3 insertions, 5 deletions
diff --git a/tls/Makefile.am b/tls/Makefile.am
index e8c4713..d5bcc49 100644
--- a/tls/Makefile.am
+++ b/tls/Makefile.am
@@ -1,11 +1,9 @@
1include $(top_srcdir)/Makefile.am.common 1AM_CFLAGS = -I$(top_srcdir)/include
2 2
3lib_LTLIBRARIES = libtls.la 3lib_LTLIBRARIES = libtls.la
4 4
5EXTRA_DIST = VERSION 5libtls_la_LDFLAGS = -no-undefined
6 6libtls_la_LIBADD = -lcrypto -lssl $(PLATFORM_LDADD)
7libtls_la_LDFLAGS = -version-info @LIBTLS_VERSION@ -no-undefined
8libtls_la_LIBADD = ../crypto/libcrypto.la ../ssl/libssl.la $(PLATFORM_LDADD)
9 7
10libtls_la_SOURCES = tls.c 8libtls_la_SOURCES = tls.c
11libtls_la_SOURCES += tls_client.c 9libtls_la_SOURCES += tls_client.c