You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2008/02/22 11:08:26 UTC

svn commit: r630137 - /apr/apr-util/trunk/build.conf

Author: jorton
Date: Fri Feb 22 02:08:04 2008
New Revision: 630137

URL: http://svn.apache.org/viewvc?rev=630137&view=rev
Log:
* build.conf: Fix DSO build for "freetds" DBD module.

Modified:
    apr/apr-util/trunk/build.conf

Modified: apr/apr-util/trunk/build.conf
URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/build.conf?rev=630137&r1=630136&r2=630137&view=diff
==============================================================================
--- apr/apr-util/trunk/build.conf (original)
+++ apr/apr-util/trunk/build.conf Fri Feb 22 02:08:04 2008
@@ -28,7 +28,7 @@
 # the public headers
 headers = include/*.h include/private/*.h
 
-modules = dbd_pgsql dbd_sqlite2 dbd_sqlite3 dbd_oracle dbd_mysql
+modules = dbd_pgsql dbd_sqlite2 dbd_sqlite3 dbd_oracle dbd_mysql dbd_freetds
 
 # gen_uri_delim.c
 
@@ -54,3 +54,8 @@
 [dbd_mysql]
 paths = dbd/apr_dbd_mysql.c
 target = dbd/apr_dbd_mysql.la
+
+[dbd_freetds]
+paths = dbd/apr_dbd_freetds.c
+target = dbd/apr_dbd_freetds.la
+