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@ --- tls/Makefile.am.tpl | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tls/Makefile.am.tpl (limited to 'tls') diff --git a/tls/Makefile.am.tpl b/tls/Makefile.am.tpl new file mode 100644 index 0000000..7c4bf5c --- /dev/null +++ b/tls/Makefile.am.tpl @@ -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 = + -- cgit v1.2.3-55-g6feb