]> git.r.bdr.sh - rbdr/ngx_http_office_hours_filter_module/blob - config
Formatting
[rbdr/ngx_http_office_hours_filter_module] / config
1 #
2 # Copyright 2018 Rubén Beltrán del Río
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the
5 # License. You may obtain a copy of the License at
6 #
7 # http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
10 # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
11 # specific language governing permissions and limitations under the License.
12
13 ngx_addon_name=ngx_http_office_hours_filter_module
14
15 if test -n "$ngx_module_link"; then
16 ngx_module_type=HTTP
17 ngx_module_name=ngx_http_office_hours_filter_module
18 ngx_module_srcs="$ngx_addon_dir/ngx_http_office_hours_filter_module.c"
19
20 . auto/module
21 else
22 HTTP_MODULES="$HTTP_MODULES ngx_http_office_hours_filter_module"
23 NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_office_hours_filter_module.c"
24 fi