summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
authorVladimir Homutov <vl@nginx.com>2016-06-29 12:46:12 +0300
committerVladimir Homutov <vl@nginx.com>2016-06-29 12:46:12 +0300
commit05db6ddfa1ca120c1c348cc750acded2a01b090a (patch)
treeef7bccbd845a1eb8f24a73e548dfa8f43a790636 /auto/modules
parentd531cebb795f273c132a6e2bf5eac2ac29490c1f (diff)
downloadnginx-05db6ddfa1ca120c1c348cc750acded2a01b090a.tar.gz
nginx-05db6ddfa1ca120c1c348cc750acded2a01b090a.tar.bz2
Stream: map module.
Diffstat (limited to 'auto/modules')
-rw-r--r--auto/modules8
1 files changed, 8 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules
index ce9949ce7..83e36e7d5 100644
--- a/auto/modules
+++ b/auto/modules
@@ -1020,6 +1020,14 @@ if [ $STREAM != NO ]; then
. auto/module
fi
+ if [ $STREAM_MAP = YES ]; then
+ ngx_module_name=ngx_stream_map_module
+ ngx_module_deps=
+ ngx_module_srcs=src/stream/ngx_stream_map_module.c
+
+ . auto/module
+ fi
+
if [ $STREAM_UPSTREAM_HASH = YES ]; then
ngx_module_name=ngx_stream_upstream_hash_module
ngx_module_deps=