mirror of
https://github.com/nginx/nginx.git
synced 2025-06-09 02:42:48 +08: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_deps=
|
||||||
ngx_module_srcs=src/http/modules/ngx_http_addition_filter_module.c
|
ngx_module_srcs=src/http/modules/ngx_http_addition_filter_module.c
|
||||||
ngx_module_libs=
|
ngx_module_libs=
|
||||||
ngx_module_link=$HTTP_SUB
|
ngx_module_link=$HTTP_ADDITION
|
||||||
|
|
||||||
. auto/module
|
. auto/module
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user