summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Murcko <chuck@apache.org>2001-02-06 10:46:23 +0000
committerChuck Murcko <chuck@apache.org>2001-02-06 10:46:23 +0000
commit6ced381a9884326a014e1e6fc6737a9d8a7378af (patch)
tree1cbc16179257eab099909539e74912b015c821bb
parentf11cd9f01974f61ee372600de909bff2d11642ae (diff)
downloadhttpd-6ced381a9884326a014e1e6fc6737a9d8a7378af.tar.gz
update for the latest build system
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87987 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--modules/proxy/Makefile.in8
-rw-r--r--modules/proxy/config.m49
2 files changed, 6 insertions, 11 deletions
diff --git a/modules/proxy/Makefile.in b/modules/proxy/Makefile.in
index b6a0fc991f..7c5c149d85 100644
--- a/modules/proxy/Makefile.in
+++ b/modules/proxy/Makefile.in
@@ -1,5 +1,3 @@
-
-LTLIBRARY_NAME = libapachemod_proxy.la
-LTLIBRARY_SOURCES = mod_proxy.lo proxy_connect.lo proxy_ftp.lo proxy_http.lo proxy_util.lo
-
-include $(top_srcdir)/build/ltlib.mk
+# a modules Makefile has no explicit targets -- they will be defined by
+# whatever modules are enabled. just grab special.mk to deal with this.
+include $(top_srcdir)/build/special.mk
diff --git a/modules/proxy/config.m4 b/modules/proxy/config.m4
index 63c6d797fe..bea6a003bf 100644
--- a/modules/proxy/config.m4
+++ b/modules/proxy/config.m4
@@ -1,12 +1,9 @@
dnl modules enabled in this directory by default
-dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]])
-
-dnl XXX - Need to add help text to --enable-module flags
-dnl XXX - Need to allow --enable-module to fail if optional config fails
-
APACHE_MODPATH_INIT(proxy)
-APACHE_MODULE(proxy, proxy handling, , , no)
+proxy_objs="mod_proxy.lo proxy_connect.lo proxy_cache.lo proxy_http.lo proxy_util.lo"
+
+APACHE_MODULE(proxy, Apache proxy module, $proxy_objs, , no)
APACHE_MODPATH_FINISH