diff options
author | Jim Jagielski <jim@apache.org> | 2009-01-01 21:17:56 +0100 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2009-01-01 21:17:56 +0100 |
commit | 11719367b3711847c794765afb75c5ddd62c0267 (patch) | |
tree | 380edf16c39cfc5115928d729f63fcb1fc5f517a /server/Makefile.in | |
parent | be consistant with naming... (diff) | |
download | apache2-11719367b3711847c794765afb75c5ddd62c0267.tar.xz apache2-11719367b3711847c794765afb75c5ddd62c0267.zip |
Transition mod_slotmem to ap_slotmem... just monkeying
with the locations, etc. now... adding getter/setter
will be over the weekend and post-2.3.1 but I figured
at least do this beforehand...
I love trunk :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730597 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 4a3b6099a7..2da92b1c6b 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -14,7 +14,7 @@ LTLIBRARY_SOURCES = \ mpm_common.c util_charset.c util_cookies.c util_debug.c util_xml.c \ util_expr.c util_filter.c util_pcre.c exports.c \ scoreboard.c error_bucket.c protocol.c core.c request.c provider.c \ - eoc_bucket.c eor_bucket.c core_filters.c + eoc_bucket.c eor_bucket.c core_filters.c slotmem.c TARGETS = delete-exports $(LTLIBRARY_NAME) $(CORE_IMPLIB_FILE) export_vars.h httpd.exp |