diff options
author | Ryan Bloom <rbb@apache.org> | 2000-12-05 01:36:09 +0100 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-12-05 01:36:09 +0100 |
commit | b1e313ee47e1c9b0d5e37e556186eb69fa4163f5 (patch) | |
tree | 990479b8abd3a062d128cd6c840d5443d04b3904 /server/Makefile.in | |
parent | Buff was removed this weekend, so the STATUS item should go away. This (diff) | |
download | apache2-b1e313ee47e1c9b0d5e37e556186eb69fa4163f5.tar.xz apache2-b1e313ee47e1c9b0d5e37e556186eb69fa4163f5.zip |
Get base Apache to build properly. This doesn't solve the problem of
not having apr-util, but we should be getting to the link stage now.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87190 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/Makefile.in')
-rw-r--r-- | server/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/server/Makefile.in b/server/Makefile.in index b9ee283a06..f28a11b140 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -4,10 +4,9 @@ CLEANFILES = gen_test_char gen_uri_delims test_char.h uri_delims.h LTLIBRARY_NAME = libmain.la LTLIBRARY_SOURCES = \ uri_delims.h test_char.h \ - http_config.c http_core.c http_log.c http_main.c \ - http_protocol.c http_request.c http_vhost.c util.c util_date.c \ + config.c log.c main.c vhost.c util.c util_date.c \ util_script.c util_uri.c util_md5.c util_cfgtree.c util_ebcdic.c \ - rfc1413.c http_connection.c listen.c \ + rfc1413.c connection.c listen.c \ mpm_common.c util_charset.c util_debug.c util_xml.c \ util_filter.c exports.c |