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/26 17:18:15 UTC

svn commit: r328656 - /apr/apr/trunk/NWGNUmakefile

Author: bnicholes
Date: Wed Oct 26 08:18:11 2005
New Revision: 328656

URL: http://svn.apache.org/viewcvs?rev=328656&view=rev
Log:
Add fileio/unix/buffer.c to the NetWare build

Modified:
    apr/apr/trunk/NWGNUmakefile

Modified: apr/apr/trunk/NWGNUmakefile
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/NWGNUmakefile?rev=328656&r1=328655&r2=328656&view=diff
==============================================================================
--- apr/apr/trunk/NWGNUmakefile (original)
+++ apr/apr/trunk/NWGNUmakefile Wed Oct 26 08:18:11 2005
@@ -279,6 +279,7 @@
 	$(OBJDIR)/apr_strnatcmp.o \
 	$(OBJDIR)/apr_strtok.o \
 	$(OBJDIR)/apr_tables.o \
+	$(OBJDIR)/buffer.o \
 	$(OBJDIR)/charset.o \
 	$(OBJDIR)/copy.o \
 	$(OBJDIR)/common.o \