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 /configure.ac.tpl | |
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 'configure.ac.tpl')
-rw-r--r-- | configure.ac.tpl | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/configure.ac.tpl b/configure.ac.tpl index c565485..ab06402 100644 --- a/configure.ac.tpl +++ b/configure.ac.tpl | |||
@@ -97,5 +97,20 @@ AC_CHECK_HEADER(sys/sysctl.h, AC_DEFINE(HAVE_SYS_SYSCTL_H)) | |||
97 | 97 | ||
98 | LT_INIT | 98 | LT_INIT |
99 | 99 | ||
100 | AC_OUTPUT(Makefile include/Makefile include/openssl/Makefile ssl/Makefile | 100 | AC_CONFIG_FILES([ |
101 | crypto/Makefile tests/Makefile apps/Makefile man/Makefile) | 101 | Makefile |
102 | include/Makefile | ||
103 | include/openssl/Makefile | ||
104 | ssl/Makefile | ||
105 | crypto/Makefile | ||
106 | tests/Makefile | ||
107 | apps/Makefile | ||
108 | man/Makefile | ||
109 | libcrypto.pc | ||
110 | libssl.pc | ||
111 | openssl.pc | ||
112 | ]) | ||
113 | |||
114 | AC_OUTPUT | ||
115 | |||
116 | DISTCLEANFILES += *.pc | ||