diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
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 @@ | |||
1 | SUBDIRS = crypto ssl include apps tests man | 1 | SUBDIRS = crypto ssl tls include apps tests man |
2 | ACLOCAL_AMFLAGS = -I m4 | 2 | ACLOCAL_AMFLAGS = -I m4 |
3 | 3 | ||
4 | pkgconfigdir = $(libdir)/pkgconfig | 4 | pkgconfigdir = $(libdir)/pkgconfig |
5 | pkgconfig_DATA = libcrypto.pc libssl.pc openssl.pc | 5 | pkgconfig_DATA = libcrypto.pc libssl.pc openssl.pc |
6 | 6 | ||
7 | if ENABLE_LIBTLS | ||
8 | pkgconfig_DATA += libtls.pc | ||
9 | endif | ||
10 | |||
7 | EXTRA_DIST = VERSION | 11 | EXTRA_DIST = VERSION |