You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bo...@apache.org on 2008/06/13 02:25:35 UTC

svn commit: r667304 - /apr/apr-util/branches/1.3.x/Makefile.in

Author: bojan
Date: Thu Jun 12 17:25:35 2008
New Revision: 667304

URL: http://svn.apache.org/viewvc?rev=667304&view=rev
Log:
Backport r667303 from the trunk.
Add forgotten DBDs to Makefile.in.

Modified:
    apr/apr-util/branches/1.3.x/Makefile.in

Modified: apr/apr-util/branches/1.3.x/Makefile.in
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/Makefile.in?rev=667304&r1=667303&r2=667304&view=diff
==============================================================================
--- apr/apr-util/branches/1.3.x/Makefile.in (original)
+++ apr/apr-util/branches/1.3.x/Makefile.in Thu Jun 12 17:25:35 2008
@@ -35,6 +35,7 @@
 LDADD_dbd_sqlite2 = @LDADD_dbd_sqlite2@
 LDADD_dbd_sqlite3 = @LDADD_dbd_sqlite3@
 LDADD_dbd_mysql = @LDADD_dbd_mysql@
+LDADD_dbd_freetds = @LDADD_dbd_freetds@
 LDADD_ldap = @LDADD_ldap@
 
 TARGETS = $(TARGET_LIB) aprutil.exp apu-config.out $(APU_MODULES)