summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2012-10-05 14:46:27 +0000
committerGraham Leggett <minfrin@apache.org>2012-10-05 14:46:27 +0000
commitd8a5125e780a2e8b3d3dc7d2d98a1f021b742282 (patch)
treef7da87327c9402bbcf98705ae8e2212d83c59d60 /Makefile.in
parentcc825a36a7ef3eff86fb4c5dbb2ba0645bc63a6e (diff)
downloadapr-d8a5125e780a2e8b3d3dc7d2d98a1f021b742282.tar.gz
apr_crypto: Add a native CommonCrypto implementation for iOS and OSX
where OpenSSL has been deprecated. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1394552 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 561718dd7..e2a13c17b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -82,6 +82,7 @@ LDADD_dbm_gdbm = @LDADD_dbm_gdbm@
LDADD_dbm_ndbm = @LDADD_dbm_ndbm@
LDADD_crypto_openssl = @LDADD_crypto_openssl@
LDADD_crypto_nss = @LDADD_crypto_nss@
+LDADD_crypto_commoncrypto = @LDADD_crypto_commoncrypto@
# Create apr-config script suitable for the install tree
apr-config.out: $(APR_CONFIG)