aboutsummaryrefslogtreecommitdiff
path: root/ssl
diff options
context:
space:
mode:
Diffstat (limited to 'ssl')
-rw-r--r--ssl/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/ssl/Makefile.am b/ssl/Makefile.am
index 85b932e..7f4c164 100644
--- a/ssl/Makefile.am
+++ b/ssl/Makefile.am
@@ -1,6 +1,10 @@
1include $(top_srcdir)/Makefile.am.common 1include $(top_srcdir)/Makefile.am.common
2 2
3if ENABLE_LIBTLS_ONLY
4noinst_LTLIBRARIES = libssl.la
5else
3lib_LTLIBRARIES = libssl.la 6lib_LTLIBRARIES = libssl.la
7endif
4 8
5EXTRA_DIST = VERSION 9EXTRA_DIST = VERSION
6EXTRA_DIST += CMakeLists.txt 10EXTRA_DIST += CMakeLists.txt