ngx_addon_name=ngx_http_auth_jwt_module

ngx_module_type=HTTP
ngx_module_name=ngx_http_auth_jwt_module
ngx_module_srcs="$ngx_addon_dir/src/ngx_http_auth_jwt_binary_converters.c $ngx_addon_dir/src/ngx_http_auth_jwt_header_processing.c $ngx_addon_dir/src/ngx_http_auth_jwt_string.c $ngx_addon_dir/src/ngx_http_auth_jwt_module.c"
ngx_module_libs="-ljansson -ljwt"

. auto/module
