
# Copyright (C) 2024 Web Server LLC
#

ngx_addon_name="ngx_wamr_module"

ngx_module_type=CORE
ngx_module_name=$ngx_addon_name
ngx_module_incs="$ngx_addon_dir/../ngx_wasm_module/src"
ngx_module_deps=
ngx_module_srcs="$ngx_addon_dir/src/ngx_wamr_module.c"
ngx_module_libs=

. auto/module

have=NGX_WASM . auto/have

