|
1 | 1 | ngx_addon_name=ngx_http_rds_json_filter_module
|
2 |
| -HTTP_AUX_FILTER_MODULES="$HTTP_AUX_FILTER_MODULES ngx_http_rds_json_filter_module" |
3 |
| -NGX_ADDON_SRCS="$NGX_ADDON_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" |
4 |
| -NGX_ADDON_DEPS="$NGX_ADDON_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" |
5 | 2 |
|
| 3 | +RDS_JSON_FILTER_SRCS=" \ |
| 4 | + $ngx_addon_dir/src/ngx_http_rds_json_filter_module.c \ |
| 5 | + $ngx_addon_dir/src/ngx_http_rds_json_processor.c \ |
| 6 | + $ngx_addon_dir/src/ngx_http_rds_json_util.c \ |
| 7 | + $ngx_addon_dir/src/ngx_http_rds_json_output.c \ |
| 8 | + $ngx_addon_dir/src/ngx_http_rds_json_handler.c \ |
| 9 | + " |
| 10 | + |
| 11 | +RDS_JSON_FILTER_DEPS=" \ |
| 12 | + $ngx_addon_dir/src/ddebug.h \ |
| 13 | + $ngx_addon_dir/src/resty_dbd_stream.h \ |
| 14 | + $ngx_addon_dir/src/ngx_http_rds_json_filter_module.h \ |
| 15 | + $ngx_addon_dir/src/ngx_http_rds_json_processor.h \ |
| 16 | + $ngx_addon_dir/src/ngx_http_rds_json_util.h \ |
| 17 | + $ngx_addon_dir/src/ngx_http_rds.h \ |
| 18 | + $ngx_addon_dir/src/resty_dbd_stream.h \ |
| 19 | + $ngx_addon_dir/src/ngx_http_rds_json_output.h \ |
| 20 | + $ngx_addon_dir/src/ngx_http_rds_utils.h \ |
| 21 | + $ngx_addon_dir/src/ngx_http_rds_json_handler.h \ |
| 22 | + " |
| 23 | + |
| 24 | + |
| 25 | +ngx_module_type=HTTP_AUX_FILTER |
| 26 | +ngx_module_name=$ngx_addon_name |
| 27 | +ngx_module_srcs="$RDS_JSON_FILTER_SRCS" |
| 28 | +ngx_module_deps="$RDS_JSON_FILTER_DEPS" |
| 29 | + |
| 30 | +. auto/module |
0 commit comments