view config @ 18:27f057249155

Added tag 0.4 for changeset 93115aab4c92
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 20 Sep 2011 15:06:59 +0400
parents d8e85fd12fab
children
line wrap: on
line source

# (C) Maxim Dounin
# Configuration for ngx_http_gunzip_filter_module.

ngx_addon_name="ngx_http_gunzip_filter_module"

have=NGX_HTTP_GZIP . auto/have
USE_ZLIB=YES

HTTP_AUX_FILTER_MODULES="$HTTP_AUX_FILTER_MODULES \
		ngx_http_gunzip_filter_module"

NGX_ADDON_SRCS="$NGX_ADDON_SRCS \
		$ngx_addon_dir/ngx_http_gunzip_filter_module.c"