From b3270494f043104b7d63d5b30f47464b5bf253db Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Thu, 4 Dec 2014 22:37:22 -0600 Subject: add support for building libtls Use './configure --enable-libtls' to build the library and install the associated manpages. Note that the API and ABI of this library may change still, though feedback is welcome. ok deraadt@ jsing@ tedu@ --- include/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/Makefile.am b/include/Makefile.am index 543713e..ad06032 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,3 +1,5 @@ +include $(top_srcdir)/Makefile.am.common + SUBDIRS = openssl noinst_HEADERS = err.h @@ -24,3 +26,7 @@ noinst_HEADERS += sys/select.h noinst_HEADERS += sys/socket.h noinst_HEADERS += sys/times.h noinst_HEADERS += sys/types.h + +if ENABLE_LIBTLS +include_HEADERS = tls.h +endif -- cgit v1.2.3-55-g6feb