diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-04-19 17:54:23 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-04-19 17:54:23 +0000 |
| commit | d9bb8e38947494f45a133064b4a1a11a56ba13d2 (patch) | |
| tree | 2d11f5dc0c702acad3e4b3138c99fd1939eb4178 /auto/sources | |
| parent | ad490864def09040fb1513573d6ca51acba0ef59 (diff) | |
| download | nginx-d9bb8e38947494f45a133064b4a1a11a56ba13d2.tar.gz nginx-d9bb8e38947494f45a133064b4a1a11a56ba13d2.tar.bz2 | |
ngx_http_sub_filter_module
Diffstat (limited to '')
| -rw-r--r-- | auto/sources | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources index 0632d39f8..44d82ee02 100644 --- a/auto/sources +++ b/auto/sources @@ -317,6 +317,10 @@ HTTP_SSI_DEPS=src/http/modules/ngx_http_ssi_filter_module.h HTTP_SSI_SRCS=src/http/modules/ngx_http_ssi_filter_module.c +HTTP_SUB_FILTER_MODULE=ngx_http_sub_filter_module +HTTP_SUB_SRCS=src/http/modules/ngx_http_sub_filter_module.c + + HTTP_USERID_FILTER_MODULE=ngx_http_userid_filter_module HTTP_USERID_SRCS=src/http/modules/ngx_http_userid_filter_module.c |
