ngx_addon_name=ngx_http_upstream_vnswrr_module
HTTP_UPSTREAM_VNSWRR_SRCS="$ngx_addon_dir/ngx_http_upstream_vnswrr_module.c"

if test -n "$ngx_module_link"; then
    ngx_module_type=HTTP
    ngx_module_name=$ngx_addon_name
    ngx_module_deps=
    ngx_module_srcs="$HTTP_UPSTREAM_VNSWRR_SRCS"

    . auto/module
else
    HTTP_MODULES="$HTTP_MODULES ngx_http_upstream_vnswrr_module"
    NGX_ADDON_SRCS="$NGX_ADDON_SRCS $HTTP_UPSTREAM_VNSWRR_SRCS"
fi
