summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-05-14 09:02:10 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-05-14 09:02:10 +0000
commitfadd4bd25c04ef814924b03d2d5eb1da528650fe (patch)
tree6e9285b9e23bf8a3490ce9113cae651bc6597901 /auto/modules
parentd2b687cf3fd84f890504de2650e3cdfc678cf360 (diff)
downloadnginx-fadd4bd25c04ef814924b03d2d5eb1da528650fe.tar.gz
nginx-fadd4bd25c04ef814924b03d2d5eb1da528650fe.tar.bz2
ngx_http_split_clients_module
Diffstat (limited to 'auto/modules')
-rw-r--r--auto/modules5
1 files changed, 5 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules
index cf9a0cb5f..02a5bdf53 100644
--- a/auto/modules
+++ b/auto/modules
@@ -245,6 +245,11 @@ if [ $HTTP_MAP = YES ]; then
HTTP_SRCS="$HTTP_SRCS $HTTP_MAP_SRCS"
fi
+if [ $HTTP_SPLIT_CLIENTS = YES ]; then
+ HTTP_MODULES="$HTTP_MODULES $HTTP_SPLIT_CLIENTS_MODULE"
+ HTTP_SRCS="$HTTP_SRCS $HTTP_SPLIT_CLIENTS_SRCS"
+fi
+
if [ $HTTP_REFERER = YES ]; then
HTTP_MODULES="$HTTP_MODULES $HTTP_REFERER_MODULE"
HTTP_SRCS="$HTTP_SRCS $HTTP_REFERER_SRCS"