
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@
11 lines
203 B
Smarty
11 lines
203 B
Smarty
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 =
|
|
|