Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions config
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
ngx_addon_name=ngx_http_concat_module
HTTP_MODULES="$HTTP_MODULES ngx_http_concat_module"
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_concat_module.c"

if test -n "$ngx_module_link"; then

ngx_module_type=HTTP
ngx_module_name=$ngx_addon_name
ngx_module_srcs="$ngx_addon_dir/ngx_http_concat_module.c"

. auto/module
else
HTTP_MODULES="$HTTP_MODULES ngx_http_concat_module"
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_concat_module.c"
fi