blob: 7fc74853fb72a2b6736767f6692edcee4c31a86a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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 config scripts
|