aboutsummaryrefslogtreecommitdiff
path: root/tls
diff options
context:
space:
mode:
Diffstat (limited to 'tls')
-rw-r--r--tls/Makefile.am3
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 @@
1include $(top_srcdir)/Makefile.am.common 1include $(top_srcdir)/Makefile.am.common
2 2
3if ENABLE_LIBTLS
4lib_LTLIBRARIES = libtls.la 3lib_LTLIBRARIES = libtls.la
5 4
6EXTRA_DIST = VERSION 5EXTRA_DIST = VERSION
@@ -20,5 +19,3 @@ noinst_HEADERS = tls_internal.h
20if !HAVE_STRSEP 19if !HAVE_STRSEP
21libtls_la_SOURCES += strsep.c 20libtls_la_SOURCES += strsep.c
22endif 21endif
23
24endif