You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2005/10/26 17:19:56 UTC

svn commit: r328658 - /httpd/httpd/trunk/NWGNUmakefile

Author: bnicholes
Date: Wed Oct 26 08:19:53 2005
New Revision: 328658

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

Modified:
    httpd/httpd/trunk/NWGNUmakefile

Modified: httpd/httpd/trunk/NWGNUmakefile
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/NWGNUmakefile?rev=328658&r1=328657&r2=328658&view=diff
==============================================================================
--- httpd/httpd/trunk/NWGNUmakefile (original)
+++ httpd/httpd/trunk/NWGNUmakefile Wed Oct 26 08:19:53 2005
@@ -197,6 +197,7 @@
 	$(OBJDIR)/core.o \
 	$(OBJDIR)/core_filters.o \
 	$(OBJDIR)/eoc_bucket.o \
+	$(OBJDIR)/eor_bucket.o \
 	$(OBJDIR)/error_bucket.o \
 	$(OBJDIR)/http_core.o \
 	$(OBJDIR)/http_protocol.o \