diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-12-25 20:26:58 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-12-25 20:26:58 +0000 |
commit | 3b30a901b43c11c83ac598e0954c3c33a89d78fd (patch) | |
tree | d3cb44de69fa95516be20a38bc14cea0324e8200 /auto/sources | |
parent | fc68ea6f7bedd491126ef57110b6362e9af8900f (diff) | |
download | nginx-3b30a901b43c11c83ac598e0954c3c33a89d78fd.tar.gz nginx-3b30a901b43c11c83ac598e0954c3c33a89d78fd.zip |
nginx-0.0.1-2003-12-25-23:26:58 import
Diffstat (limited to 'auto/sources')
-rw-r--r-- | auto/sources | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources index b2eec4426..1b3ffda68 100644 --- a/auto/sources +++ b/auto/sources @@ -193,6 +193,10 @@ HTTP_SRCS="src/http/ngx_http.c \ src/http/modules/ngx_http_not_modified_filter.c" +HTTP_REWRITE_MODULE=ngx_http_rewrite_module +HTTP_REWRITE_SRCS=src/http/modules/ngx_http_rewrite_handler.c + + HTTP_GZIP_FILTER_MODULE=ngx_http_gzip_filter_module HTTP_GZIP_SRCS=src/http/modules/ngx_http_gzip_filter.c HTTP_GZIP_UNIX_LIBS=-lz |