From df3254aa49c80b350ff4fa2eb50baf3cafbed71c Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 11 Jan 2006 15:26:57 +0000 Subject: nginx-0.3.20-RELEASE import *) Bugfix: in SSI handling. *) Bugfix: the ngx_http_memcached_module did not support the keys in the "/usr?args" form. --- auto/sources | 1 + 1 file changed, 1 insertion(+) (limited to 'auto/sources') diff --git a/auto/sources b/auto/sources index b59808313..c352da324 100644 --- a/auto/sources +++ b/auto/sources @@ -303,6 +303,7 @@ HTTP_GZIP_SRCS=src/http/modules/ngx_http_gzip_filter_module.c HTTP_SSI_FILTER_MODULE=ngx_http_ssi_filter_module +HTTP_SSI_DEPS=src/http/modules/ngx_http_ssi_filter_module.h HTTP_SSI_SRCS=src/http/modules/ngx_http_ssi_filter_module.c -- cgit