aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2014-07-12 03:34:08 -0500
committerBrent Cook <bcook@openbsd.org>2014-07-12 03:34:08 -0500
commit65944782c3a1c347f5d57cc6649f04e8a89c58bd (patch)
tree6a6d0976ea644d81ac187e53f1fcb3e55adc2e5d /Makefile.am
parent6017202b77e4483b6ac5db7bb48932f2e7411245 (diff)
downloadportable-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.am3
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 @@
1SUBDIRS = crypto ssl include apps tests man 1SUBDIRS = crypto ssl include apps tests man
2ACLOCAL_AMFLAGS = -I m4 2ACLOCAL_AMFLAGS = -I m4
3
4pkgconfigdir = $(libdir)/pkgconfig
5pkgconfig_DATA = libcrypto.pc libssl.pc openssl.pc