]> granicus.if.org Git - apache/commitdiff
update for the latest build system
authorChuck Murcko <chuck@apache.org>
Tue, 6 Feb 2001 10:46:23 +0000 (10:46 +0000)
committerChuck Murcko <chuck@apache.org>
Tue, 6 Feb 2001 10:46:23 +0000 (10:46 +0000)
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

modules/proxy/Makefile.in
modules/proxy/config.m4

index b6a0fc991ffd29d699e4b49cb56f33fcfeab2c6f..7c5c149d852ad309f0cd958ac3e84c3cb5b72dc9 100644 (file)
@@ -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
index 63c6d797fe7e017d173c6d14f7ae17f97bb10b51..bea6a003bf9888c564711fde77037cedec934e1d 100644 (file)
@@ -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