diff options
author | Brent Cook <bcook@openbsd.org> | 2014-07-12 03:34:08 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-07-12 03:34:08 -0500 |
commit | 65944782c3a1c347f5d57cc6649f04e8a89c58bd (patch) | |
tree | 6a6d0976ea644d81ac187e53f1fcb3e55adc2e5d /Makefile.am | |
parent | 6017202b77e4483b6ac5db7bb48932f2e7411245 (diff) | |
download | portable-65944782c3a1c347f5d57cc6649f04e8a89c58bd.tar.gz portable-65944782c3a1c347f5d57cc6649f04e8a89c58bd.tar.bz2 portable-65944782c3a1c347f5d57cc6649f04e8a89c58bd.zip |
add platform libraries to libcompat's LIBADD list
ok beck@
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index bec672c..fbb9315 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -1,2 +1,5 @@ | |||
1 | SUBDIRS = crypto ssl include apps tests man | 1 | SUBDIRS = crypto ssl include apps tests man |
2 | ACLOCAL_AMFLAGS = -I m4 | 2 | ACLOCAL_AMFLAGS = -I m4 |
3 | |||
4 | pkgconfigdir = $(libdir)/pkgconfig | ||
5 | pkgconfig_DATA = libcrypto.pc libssl.pc openssl.pc | ||