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:
10
tls/Makefile.am.tpl
Normal file
10
tls/Makefile.am.tpl
Normal 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 =
|
||||
|
Reference in New Issue
Block a user