From 921c0675a25708d19e76aa8e3b48c4483a1a255d Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Mon, 5 Apr 2021 02:32:35 -0500 Subject: Add '--enable-libtls-only' build option --- ssl/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ssl') 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 @@ include $(top_srcdir)/Makefile.am.common +if ENABLE_LIBTLS_ONLY +noinst_LTLIBRARIES = libssl.la +else lib_LTLIBRARIES = libssl.la +endif EXTRA_DIST = VERSION EXTRA_DIST += CMakeLists.txt -- cgit v1.2.3-55-g6feb