From 5fc3ea3da9018338a1b56f5e6c74326bf408f95d Mon Sep 17 00:00:00 2001 From: Madhusudan Mathihalli Date: Sat, 28 Feb 2004 00:48:28 +0000 Subject: [PATCH] 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 --- server/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.40.0