summaryrefslogtreecommitdiff
path: root/build.conf
diff options
context:
space:
mode:
Diffstat (limited to 'build.conf')
-rw-r--r--build.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/build.conf b/build.conf
index 3c6ad6189..4aa276aa4 100644
--- a/build.conf
+++ b/build.conf
@@ -51,7 +51,7 @@ headers = include/*.h
dsp = libapr.dsp
modules =
- crypto_openssl crypto_nss dbd_pgsql
+ crypto_openssl crypto_nss crypto_commoncrypto dbd_pgsql
dbd_sqlite2 dbd_sqlite3 dbd_oracle dbd_mysql dbd_freetds dbd_odbc
dbm_db dbm_gdbm dbm_ndbm
@@ -60,6 +60,10 @@ modules =
# we have a recursive makefile for the test files (for now)
# test/*.c
+[crypto_commoncrypto]
+paths = crypto/apr_crypto_commoncrypto.c
+target = crypto/apr_crypto_commoncrypto.la
+
[crypto_openssl]
paths = crypto/apr_crypto_openssl.c
target = crypto/apr_crypto_openssl.la