diff options
Diffstat (limited to 'tls')
-rw-r--r-- | tls/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tls/Makefile.am b/tls/Makefile.am index cba2b9e..8a88632 100644 --- a/tls/Makefile.am +++ b/tls/Makefile.am | |||
@@ -7,7 +7,7 @@ EXTRA_DIST = VERSION | |||
7 | 7 | ||
8 | libtls_la_LDFLAGS = -version-info @LIBTLS_VERSION@ -no-undefined | 8 | libtls_la_LDFLAGS = -version-info @LIBTLS_VERSION@ -no-undefined |
9 | libtls_la_CFLAGS = $(CFLAGS) $(USER_CFLAGS) | 9 | libtls_la_CFLAGS = $(CFLAGS) $(USER_CFLAGS) |
10 | libtls_la_LIBADD = ../ssl/libssl.la | 10 | libtls_la_LIBADD = ../crypto/libcrypto.la ../ssl/libssl.la $(PLATFORM_LDADD) |
11 | 11 | ||
12 | libtls_la_SOURCES = tls.c | 12 | libtls_la_SOURCES = tls.c |
13 | libtls_la_SOURCES += tls_client.c | 13 | libtls_la_SOURCES += tls_client.c |