mirror of
https://github.com/nginx/nginx.git
synced 2026-08-27 04:07:18 +00:00
Dynamic modules: fixed a copy-n-paste error.
This commit is contained in:
parent
97f59dda09
commit
4814d78312
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue