From c31773ea60c62efb558d89aa6c8abd44b2779a36 Mon Sep 17 00:00:00 2001 From: Vladimir Homutov Date: Mon, 4 Jul 2016 16:37:36 +0300 Subject: Stream: variables and script. This is a port of corresponding http code with unrelated features excluded. --- auto/modules | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'auto/modules') 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 \ -- cgit