mirror of
https://github.com/nginx/nginx.git
synced 2024-12-20 06:03:31 -06:00
Dynamic modules: fixed a copy-n-paste error.
This commit is contained in:
parent
97f59dda09
commit
4814d78312
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user