You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by fu...@apache.org on 2007/04/06 15:49:07 UTC

svn commit: r526165 - /apr/apr-util/trunk/NWGNUmakefile

Author: fuankg
Date: Fri Apr  6 06:49:07 2007
New Revision: 526165

URL: http://svn.apache.org/viewvc?view=rev&rev=526165
Log:
enable driver DSO build for NetWare.

Modified:
    apr/apr-util/trunk/NWGNUmakefile

Modified: apr/apr-util/trunk/NWGNUmakefile
URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/NWGNUmakefile?view=diff&rev=526165&r1=526164&r2=526165
==============================================================================
--- apr/apr-util/trunk/NWGNUmakefile (original)
+++ apr/apr-util/trunk/NWGNUmakefile Fri Apr  6 06:49:07 2007
@@ -7,6 +7,12 @@
 	xml \
 	$(EOLIST) 
 
+ifdef WITH_APR_DBD
+SUBDIRS = \
+	dbd \
+	$(EOLIST) 
+endif
+
 #
 # Get the 'head' of the build environment.  This includes default targets and
 # paths to tools
@@ -240,7 +246,6 @@
 	$(OBJDIR)/apr_date.o \
 	$(OBJDIR)/apr_dbm.o \
 	$(OBJDIR)/apr_dbd.o \
-	$(OBJDIR)/apr_dbd_pgsql.o \
 	$(OBJDIR)/apr_dbm_berkeleydb.o \
 	$(OBJDIR)/apr_dbm_sdbm.o \
 	$(OBJDIR)/apr_hooks.o \