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

10
tls/Makefile.am.tpl Normal file
View File

@@ -0,0 +1,10 @@
include $(top_srcdir)/Makefile.am.common
lib_LTLIBRARIES = libtls.la
libtls_la_LDFLAGS = -version-info libtls-version
libtls_la_CFLAGS = $(CFLAGS) $(USER_CFLAGS)
libtls_la_SOURCES =
noinst_HEADERS =