b3270494f0
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@
12 lines
233 B
Makefile
12 lines
233 B
Makefile
SUBDIRS = crypto ssl tls include apps tests man
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = libcrypto.pc libssl.pc openssl.pc
|
|
|
|
if ENABLE_LIBTLS
|
|
pkgconfig_DATA += libtls.pc
|
|
endif
|
|
|
|
EXTRA_DIST = VERSION
|