config: Depend also on template.h
This makes the Nginx configure script add a rule to the generated Makefile which makes the module depend on template.hpull/55/head
parent
07fb4ab214
commit
3ec11d5d87
1
config
1
config
|
@ -5,6 +5,7 @@ if test -n "$ngx_module_link"; then
|
||||||
ngx_module_type=HTTP
|
ngx_module_type=HTTP
|
||||||
ngx_module_name=ngx_http_fancyindex_module
|
ngx_module_name=ngx_http_fancyindex_module
|
||||||
ngx_module_srcs="$ngx_addon_dir/ngx_http_fancyindex_module.c"
|
ngx_module_srcs="$ngx_addon_dir/ngx_http_fancyindex_module.c"
|
||||||
|
ngx_module_deps="$ngx_addon_dir/template.h"
|
||||||
|
|
||||||
. auto/module
|
. auto/module
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue