diff options
Diffstat (limited to 'tls')
-rw-r--r-- | tls/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tls/Makefile.am b/tls/Makefile.am index f0919a5..e82a694 100644 --- a/tls/Makefile.am +++ b/tls/Makefile.am | |||
@@ -1,6 +1,5 @@ | |||
1 | include $(top_srcdir)/Makefile.am.common | 1 | include $(top_srcdir)/Makefile.am.common |
2 | 2 | ||
3 | if ENABLE_LIBTLS | ||
4 | lib_LTLIBRARIES = libtls.la | 3 | lib_LTLIBRARIES = libtls.la |
5 | 4 | ||
6 | EXTRA_DIST = VERSION | 5 | EXTRA_DIST = VERSION |
@@ -20,5 +19,3 @@ noinst_HEADERS = tls_internal.h | |||
20 | if !HAVE_STRSEP | 19 | if !HAVE_STRSEP |
21 | libtls_la_SOURCES += strsep.c | 20 | libtls_la_SOURCES += strsep.c |
22 | endif | 21 | endif |
23 | |||
24 | endif | ||