From: Bradley Nicholes Date: Sat, 6 Mar 2004 22:22:38 +0000 (+0000) Subject: Add eoc_bucket.c to the NetWare makefile X-Git-Tag: pre_ajp_proxy~576 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26a2577cdbb81fad43376bcaaabf8da42dad4212;p=apache Add eoc_bucket.c to the NetWare makefile git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102874 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/NWGNUmakefile b/NWGNUmakefile index 006e358ae6..397f9fba97 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -195,6 +195,7 @@ FILES_nlm_objs = \ $(OBJDIR)/config.o \ $(OBJDIR)/connection.o \ $(OBJDIR)/core.o \ + $(OBJDIR)/eoc_bucket.o \ $(OBJDIR)/error_bucket.o \ $(OBJDIR)/http_core.o \ $(OBJDIR)/http_protocol.o \