summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2016-02-05 14:02:54 +0300
committerRuslan Ermilov <ru@nginx.com>2016-02-05 14:02:54 +0300
commit4814d78312508a9f7083c862736746856ec381be (patch)
tree15533583257a0aa19b2d9ce4ec161b2ceb97e662
parent97f59dda09f139fbf18d6a20097d3337a2489b3c (diff)
downloadnginx-4814d78312508a9f7083c862736746856ec381be.tar.gz
nginx-4814d78312508a9f7083c862736746856ec381be.tar.bz2
Dynamic modules: fixed a copy-n-paste error.
-rw-r--r--auto/modules2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/modules b/auto/modules
index b68a96fbe..719375eeb 100644
--- a/auto/modules
+++ b/auto/modules
@@ -331,7 +331,7 @@ if [ $HTTP_ADDITION = YES ]; then
ngx_module_deps=
ngx_module_srcs=src/http/modules/ngx_http_addition_filter_module.c
ngx_module_libs=
- ngx_module_link=$HTTP_SUB
+ ngx_module_link=$HTTP_ADDITION
. auto/module
fi