File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ ngx_addon_name=ndg_test_module
5
5
if test -n "$ngx_module_link"; then
6
6
ngx_module_type=HTTP
7
7
ngx_module_name=ndg_test_module
8
- ngx_module_srcs="$ngx_addon_dir/ModNdgTest .cpp"
8
+ ngx_module_srcs="$ngx_addon_dir/NdgTestModule .cpp"
9
9
10
10
. auto/module
11
11
else
12
12
HTTP_MODULES="$HTTP_MODULES ndg_test_module"
13
- NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ModNdgTest .cpp"
13
+ NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/NdgTestModule .cpp"
14
14
fi
15
15
16
16
#HTTP_MODULES="$HTTP_MODULES ndg_test_module"
21
21
22
22
#############
23
23
24
- ndg_addon_mod=ndg_test_module
25
- ndg_addon_src=ModNdgTest.cpp
26
- ndg_addon_incs="$ngx_addon_dir/../../ngxpp"
24
+ # ndg_addon_mod=ndg_test_module
25
+ # ndg_addon_src=ModNdgTest.cpp
26
+ # ndg_addon_incs="$ngx_addon_dir/../../ngxpp"
27
27
28
28
#HTTP_MODULES="$HTTP_MODULES $ndg_addon_mod"
29
29
#HTTP_AUX_FILTER_MODULES="$HTTP_AUX_FILTER_MODULES $ndg_addon_name"
File renamed without changes.
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ ngx_addon_name=ndg_variables_module
5
5
if test -n "$ngx_module_link"; then
6
6
ngx_module_type=HTTP
7
7
ngx_module_name=ndg_variables_module
8
- ngx_module_srcs="$ngx_addon_dir/ModNdgVariables .cpp"
8
+ ngx_module_srcs="$ngx_addon_dir/NdgVariablesModule .cpp"
9
9
10
10
. auto/module
11
11
else
12
12
HTTP_MODULES="$HTTP_MODULES ndg_variables_module"
13
- NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ModNdgVariables .cpp"
13
+ NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/NdgVariablesModule .cpp"
14
14
fi
You can’t perform that action at this time.
0 commit comments