From: Madhusudan Mathihalli Date: Sat, 28 Feb 2004 00:48:28 +0000 (+0000) Subject: Include the new eoc_bucket.c for compilation. X-Git-Tag: pre_ajp_proxy~617 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5fc3ea3da9018338a1b56f5e6c74326bf408f95d;p=apache Include the new eoc_bucket.c for compilation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102794 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/Makefile.in b/server/Makefile.in index 7f19817eaf..871d4e8dd7 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -13,7 +13,8 @@ LTLIBRARY_SOURCES = \ connection.c listen.c \ mpm_common.c util_charset.c util_debug.c util_xml.c \ util_filter.c exports.c buildmark.c \ - scoreboard.c error_bucket.c protocol.c core.c request.c provider.c + scoreboard.c error_bucket.c protocol.c core.c request.c provider.c \ + eoc_bucket.c TARGETS = delete-exports $(LTLIBRARY_NAME) $(CORE_IMPLIB_FILE) export_vars.h httpd.exp