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@
This commit is contained in:
Brent Cook
2014-12-04 22:37:22 -06:00
parent fc5e43c32b
commit b3270494f0
9 changed files with 119 additions and 13 deletions

View File

@@ -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