diff options
Diffstat (limited to 'ssl')
-rw-r--r-- | ssl/Makefile.am | 4 |
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 @@ | |||
1 | include $(top_srcdir)/Makefile.am.common | 1 | include $(top_srcdir)/Makefile.am.common |
2 | 2 | ||
3 | if ENABLE_LIBTLS_ONLY | ||
4 | noinst_LTLIBRARIES = libssl.la | ||
5 | else | ||
3 | lib_LTLIBRARIES = libssl.la | 6 | lib_LTLIBRARIES = libssl.la |
7 | endif | ||
4 | 8 | ||
5 | EXTRA_DIST = VERSION | 9 | EXTRA_DIST = VERSION |
6 | EXTRA_DIST += CMakeLists.txt | 10 | EXTRA_DIST += CMakeLists.txt |