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.h
pull/55/head
Adrian Perez de Castro 2016-08-18 19:22:03 +03:00
parent 07fb4ab214
commit 3ec11d5d87
No known key found for this signature in database
GPG Key ID: 91C559DBE4C9123B
1 changed files with 1 additions and 0 deletions

1
config
View File

@ -5,6 +5,7 @@ if test -n "$ngx_module_link"; then
ngx_module_type=HTTP
ngx_module_name=ngx_http_fancyindex_module
ngx_module_srcs="$ngx_addon_dir/ngx_http_fancyindex_module.c"
ngx_module_deps="$ngx_addon_dir/template.h"
. auto/module
else