ngx_addon_name=ngx_http_rds_json_filter_module

RDS_JSON_FILTER_SRCS=" \
    $ngx_addon_dir/src/ngx_http_rds_json_filter_module.c \
    $ngx_addon_dir/src/ngx_http_rds_json_processor.c \
    $ngx_addon_dir/src/ngx_http_rds_json_util.c \
    $ngx_addon_dir/src/ngx_http_rds_json_output.c \
    $ngx_addon_dir/src/ngx_http_rds_json_handler.c \
    "

RDS_JSON_FILTER_DEPS=" \
    $ngx_addon_dir/src/ddebug.h \
    $ngx_addon_dir/src/resty_dbd_stream.h \
    $ngx_addon_dir/src/ngx_http_rds_json_filter_module.h \
    $ngx_addon_dir/src/ngx_http_rds_json_processor.h \
    $ngx_addon_dir/src/ngx_http_rds_json_util.h \
    $ngx_addon_dir/src/ngx_http_rds.h \
    $ngx_addon_dir/src/resty_dbd_stream.h \
    $ngx_addon_dir/src/ngx_http_rds_json_output.h \
    $ngx_addon_dir/src/ngx_http_rds_utils.h \
    $ngx_addon_dir/src/ngx_http_rds_json_handler.h \
    "


ngx_module_type=HTTP_AUX_FILTER
ngx_module_name=$ngx_addon_name
ngx_module_srcs="$RDS_JSON_FILTER_SRCS"
ngx_module_deps="$RDS_JSON_FILTER_DEPS"

. auto/module
