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/10/28 17:54:27 UTC

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

Author: bnicholes
Date: Fri Oct 28 08:54:26 2005
New Revision: 329229

URL: http://svn.apache.org/viewcvs?rev=329229&view=rev
Log:
Add apr_memcache to the NetWare build of apr-util

Modified:
    apr/apr-util/trunk/NWGNUmakefile

Modified: apr/apr-util/trunk/NWGNUmakefile
URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/NWGNUmakefile?rev=329229&r1=329228&r2=329229&view=diff
==============================================================================
--- apr/apr-util/trunk/NWGNUmakefile (original)
+++ apr/apr-util/trunk/NWGNUmakefile Fri Oct 28 08:54:26 2005
@@ -246,6 +246,7 @@
 	$(OBJDIR)/apr_hooks.o \
 	$(OBJDIR)/apr_md4.o \
 	$(OBJDIR)/apr_md5.o \
+	$(OBJDIR)/apr_memcache.o \
 	$(OBJDIR)/apr_queue.o \
 	$(OBJDIR)/apr_reslist.o \
 	$(OBJDIR)/apr_rmm.o \
@@ -280,7 +281,7 @@
 # Any specialized rules here
 #
 
-vpath %.c buckets:crypto:dbd:dbm:dbm/sdbm:encoding:hooks:ldap:misc:strmatch:uri:xlate:xml
+vpath %.c buckets:crypto:dbd:dbm:dbm/sdbm:encoding:hooks:ldap:memcache:misc:strmatch:uri:xlate:xml
 
 #
 # Include the 'tail' makefile that has targets that depend on variables defined