summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
authorVladimir Homutov <vl@nginx.com>2016-07-04 16:37:36 +0300
committerVladimir Homutov <vl@nginx.com>2016-07-04 16:37:36 +0300
commitc31773ea60c62efb558d89aa6c8abd44b2779a36 (patch)
tree45bcc029fa8fc95b29f8e27fde33daeff66a3b19 /auto/modules
parentdb5a15d2f92a592d0d312252c0294932a4bd6068 (diff)
downloadnginx-c31773ea60c62efb558d89aa6c8abd44b2779a36.tar.gz
nginx-c31773ea60c62efb558d89aa6c8abd44b2779a36.tar.bz2
Stream: variables and script.
This is a port of corresponding http code with unrelated features excluded.
Diffstat (limited to 'auto/modules')
-rw-r--r--auto/modules4
1 files changed, 4 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules
index ab1fe6708..ce9949ce7 100644
--- a/auto/modules
+++ b/auto/modules
@@ -976,9 +976,13 @@ if [ $STREAM != NO ]; then
ngx_stream_upstream_module"
ngx_module_incs="src/stream"
ngx_module_deps="src/stream/ngx_stream.h \
+ src/stream/ngx_stream_variables.h \
+ src/stream/ngx_stream_script.h \
src/stream/ngx_stream_upstream.h \
src/stream/ngx_stream_upstream_round_robin.h"
ngx_module_srcs="src/stream/ngx_stream.c \
+ src/stream/ngx_stream_variables.c \
+ src/stream/ngx_stream_script.c \
src/stream/ngx_stream_handler.c \
src/stream/ngx_stream_core_module.c \
src/stream/ngx_stream_proxy_module.c \