From: Joe Orton Date: Mon, 15 Mar 2004 21:49:35 +0000 (+0000) Subject: * server/Makefile.in: Revert duplicate eoc_bucket.c in X-Git-Tag: pre_ajp_proxy~522 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1824537d9e4c743693033ffcccf25ff0b3221c74;p=thirdparty%2Fapache%2Fhttpd.git * server/Makefile.in: Revert duplicate eoc_bucket.c in LTLIBRARY_SOURCES. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102973 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/Makefile.in b/server/Makefile.in index 9823f3acade..871d4e8dd7f 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -10,7 +10,7 @@ LTLIBRARY_SOURCES = \ test_char.h \ config.c log.c main.c vhost.c util.c \ util_script.c util_md5.c util_cfgtree.c util_ebcdic.c util_time.c \ - connection.c listen.c eoc_bucket.c \ + 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 \