summaryrefslogtreecommitdiff
path: root/SConscript
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2009-03-25 12:11:21 +0000
committerRuediger Pluem <rpluem@apache.org>2009-03-25 12:11:21 +0000
commit50bd14778d894eeeeea0511cf91d50cef8aa984c (patch)
treee4418741339c001fcac51af0c1172b449679d668 /SConscript
parentb54e7708c95b709e883d3929b80939f5340c80cd (diff)
downloadapr-50bd14778d894eeeeea0511cf91d50cef8aa984c.tar.gz
* Also build dbd.c.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@758235 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'SConscript')
-rw-r--r--SConscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConscript b/SConscript
index e90c0d627..4f98e7b58 100644
--- a/SConscript
+++ b/SConscript
@@ -21,7 +21,7 @@ tests = Split("""
testxlate.c testdbd.c testrmm.c testldap.c testmd4.c
teststrmatch.c testpass.c testcrypto.c testqueue.c
testbuckets.c testxml.c testdbm.c testuuid.c testmd5.c
- testreslist.c
+ testreslist.c dbd.c
""")
tenv = env.Clone()
@@ -30,4 +30,4 @@ testall = tenv.Program('testall', source = ["test/"+t for t in tests])
targets = [libapr, testall]
-Return("targets") \ No newline at end of file
+Return("targets")