diff options
author | Ryan Bloom <rbb@apache.org> | 2000-04-12 23:57:48 +0200 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-04-12 23:57:48 +0200 |
commit | ad33e9ead20214d911872834446bb20a9f32854b (patch) | |
tree | 75118e32d34f57fd07ddcca1d8f5356fe96f6f27 /server/Makefile.in | |
parent | Some status update. (diff) | |
download | apache2-ad33e9ead20214d911872834446bb20a9f32854b.tar.xz apache2-ad33e9ead20214d911872834446bb20a9f32854b.zip |
First step to getting configuration modules working. This step creates
a tree, but does not use the tree for anything.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84949 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/Makefile.in')
-rw-r--r-- | server/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Makefile.in b/server/Makefile.in index 114cd4abee..26a3e21def 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -11,7 +11,7 @@ LTLIBRARY_SOURCES = \ uri_delims.h test_char.h \ buff.c 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 \ - util_script.c util_uri.c util_md5.c \ + util_script.c util_uri.c util_md5.c util_cfgtree.c \ rfc1413.c http_connection.c iol_file.c listen.c include $(top_srcdir)/build/ltlib.mk |