1ngx_addon_name=ngx_http_xss_filter_module
2
3ngx_module_name="$ngx_addon_name"
4ngx_module_type=HTTP_FILTER
5
6ngx_module_srcs="$ngx_addon_dir/src/ngx_http_xss_filter_module.c $ngx_addon_dir/src/ngx_http_xss_util.c"
7ngx_module_deps="$ngx_addon_dir/src/ddebug.h $ngx_addon_dir/src/ngx_http_xss_filter_module.h $ngx_addon_dir/src/ngx_http_xss_util.h"
8
9. auto/module
10