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