aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 12d8be7..a9cd1ac 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,11 @@
1SUBDIRS = crypto ssl include apps tests man 1SUBDIRS = crypto ssl tls include apps tests man
2ACLOCAL_AMFLAGS = -I m4 2ACLOCAL_AMFLAGS = -I m4
3 3
4pkgconfigdir = $(libdir)/pkgconfig 4pkgconfigdir = $(libdir)/pkgconfig
5pkgconfig_DATA = libcrypto.pc libssl.pc openssl.pc 5pkgconfig_DATA = libcrypto.pc libssl.pc openssl.pc
6 6
7if ENABLE_LIBTLS
8pkgconfig_DATA += libtls.pc
9endif
10
7EXTRA_DIST = VERSION 11EXTRA_DIST = VERSION