aboutsummaryrefslogtreecommitdiff
path: root/tls
diff options
context:
space:
mode:
Diffstat (limited to 'tls')
-rw-r--r--tls/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/tls/Makefile.am b/tls/Makefile.am
index 8a88632..f0919a5 100644
--- a/tls/Makefile.am
+++ b/tls/Makefile.am
@@ -16,4 +16,9 @@ libtls_la_SOURCES += tls_server.c
16libtls_la_SOURCES += tls_util.c 16libtls_la_SOURCES += tls_util.c
17libtls_la_SOURCES += tls_verify.c 17libtls_la_SOURCES += tls_verify.c
18noinst_HEADERS = tls_internal.h 18noinst_HEADERS = tls_internal.h
19
20if !HAVE_STRSEP
21libtls_la_SOURCES += strsep.c
22endif
23
19endif 24endif