diff options
Diffstat (limited to 'tls')
-rw-r--r-- | tls/Makefile.am | 5 |
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 | |||
16 | libtls_la_SOURCES += tls_util.c | 16 | libtls_la_SOURCES += tls_util.c |
17 | libtls_la_SOURCES += tls_verify.c | 17 | libtls_la_SOURCES += tls_verify.c |
18 | noinst_HEADERS = tls_internal.h | 18 | noinst_HEADERS = tls_internal.h |
19 | |||
20 | if !HAVE_STRSEP | ||
21 | libtls_la_SOURCES += strsep.c | ||
22 | endif | ||
23 | |||
19 | endif | 24 | endif |