You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rp...@apache.org on 2009/03/25 13:11:25 UTC

svn commit: r758235 - /apr/apr/trunk/SConscript

Author: rpluem
Date: Wed Mar 25 12:11:21 2009
New Revision: 758235

URL: http://svn.apache.org/viewvc?rev=758235&view=rev
Log:
* Also build dbd.c.

Modified:
    apr/apr/trunk/SConscript

Modified: apr/apr/trunk/SConscript
URL: http://svn.apache.org/viewvc/apr/apr/trunk/SConscript?rev=758235&r1=758234&r2=758235&view=diff
==============================================================================
--- apr/apr/trunk/SConscript (original)
+++ apr/apr/trunk/SConscript Wed Mar 25 12:11:21 2009
@@ -21,7 +21,7 @@
 	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 @@
 
 targets = [libapr, testall]
 
-Return("targets")
\ No newline at end of file
+Return("targets")