Dynamic modules: fixed a copy-n-paste error.

This commit is contained in:
Ruslan Ermilov 2016-02-05 14:02:54 +03:00
parent 97f59dda09
commit 4814d78312

View File

@ -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