summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
Diffstat (limited to 'auto/modules')
-rw-r--r--auto/modules2
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules
index 614037cb1..255dc069c 100644
--- a/auto/modules
+++ b/auto/modules
@@ -971,6 +971,7 @@ if [ $STREAM != NO ]; then
ngx_module_name="ngx_stream_module \
ngx_stream_core_module \
+ ngx_stream_log_module \
ngx_stream_proxy_module \
ngx_stream_upstream_module"
ngx_module_incs="src/stream"
@@ -984,6 +985,7 @@ if [ $STREAM != NO ]; then
src/stream/ngx_stream_script.c \
src/stream/ngx_stream_handler.c \
src/stream/ngx_stream_core_module.c \
+ src/stream/ngx_stream_log_module.c \
src/stream/ngx_stream_proxy_module.c \
src/stream/ngx_stream_upstream.c \
src/stream/ngx_stream_upstream_round_robin.c"