From: Bradley Nicholes Date: Wed, 26 Oct 2005 15:19:53 +0000 (+0000) Subject: Add eor_bucket.c to the NetWare build X-Git-Tag: 2.3.0~2826 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61ba68ffd6be2cb3001855c7be7a64476f94cfb2;p=thirdparty%2Fapache%2Fhttpd.git Add eor_bucket.c to the NetWare build git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@328658 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/NWGNUmakefile b/NWGNUmakefile index 06c0fc9456c..2dff4e55bff 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -197,6 +197,7 @@ FILES_nlm_objs = \ $(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 \