You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bn...@apache.org on 2005/02/09 00:45:52 UTC

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

Author: bnicholes
Date: Tue Feb  8 15:45:49 2005
New Revision: 152963

URL: http://svn.apache.org/viewcvs?view=rev&rev=152963
Log:
Add apr_dbd to the NetWare build

Modified:
    apr/apr-util/trunk/NWGNUmakefile

Modified: apr/apr-util/trunk/NWGNUmakefile
URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/NWGNUmakefile?view=diff&r1=152962&r2=152963
==============================================================================
--- apr/apr-util/trunk/NWGNUmakefile (original)
+++ apr/apr-util/trunk/NWGNUmakefile Tue Feb  8 15:45:49 2005
@@ -238,6 +238,8 @@
 	$(OBJDIR)/apr_buckets_socket.o \
 	$(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 \
@@ -280,7 +282,7 @@
 # Any specialized rules here
 #
 
-vpath %.c buckets:crypto:dbm:dbm/sdbm:encoding:hooks:ldap:misc:strmatch:uri:xlate:xml
+vpath %.c buckets:crypto:dbd:dbm:dbm/sdbm:encoding:hooks:ldap:misc:strmatch:uri:xlate:xml
 
 #
 # Include the 'tail' makefile that has targets that depend on variables defined