
# Copyright (C) 2024 Web Server LLC
#

ngx_addon_name="ngx_http_wasm_host_module"

ngx_module_type=HTTP_AUX_FILTER
ngx_module_order=ngx_http_wasm_host_module
ngx_module_name=$ngx_addon_name
ngx_module_incs="$ngx_addon_dir/../ngx_wasm_module/src                        \
                 $ngx_addon_dir/src"

ngx_module_deps="$ngx_addon_dir/src/ngx_http_wasm_host.h"

ngx_module_srcs="$ngx_addon_dir/src/ngx_http_wasm_host_module.c"
ngx_module_libs=

. auto/module

have=NGX_HTTP_WASM . auto/have
