From 3ec11d5d8777c2a3d3699c05e191e245648fc363 Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Thu, 18 Aug 2016 19:22:03 +0300 Subject: [PATCH] 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 --- config | 1 + 1 file changed, 1 insertion(+) diff --git a/config b/config index e62cafb..af3a814 100644 --- a/config +++ b/config @@ -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