diff options
author | Jim Jagielski <jim@apache.org> | 2008-12-12 17:31:15 +0100 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2008-12-12 17:31:15 +0100 |
commit | 8f1ff371d78377344483a17ce3d0961d39c4b280 (patch) | |
tree | 3d7ac8166bc094df41544ad73b46a7931fec6406 | |
parent | * server/mpm_common.c (dummy_connection): If possible, use a non-SSL (diff) | |
download | apache2-8f1ff371d78377344483a17ce3d0961d39c4b280.tar.xz apache2-8f1ff371d78377344483a17ce3d0961d39c4b280.zip |
Treat proxy/balancers normally and independently...
also, allow nice pretty
Making all in proxy
...
Making all in proxy/balancers
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@726068 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | modules/proxy/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/proxy/Makefile.in b/modules/proxy/Makefile.in index ab92e713a7..6ea6775b53 100644 --- a/modules/proxy/Makefile.in +++ b/modules/proxy/Makefile.in @@ -1,4 +1,4 @@ # a modules Makefile has no explicit targets -- they will be defined by # whatever modules are enabled. just grab special.mk to deal with this. -SUBDIRS = balancers +#SUBDIRS = balancers include $(top_srcdir)/build/special.mk |