Skip to content

Commit f8c110a

Browse files
committed
rename some files
1 parent d1d9c03 commit f8c110a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed
File renamed without changes.

http/test/config

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ ngx_addon_name=ndg_test_module
55
if test -n "$ngx_module_link"; then
66
ngx_module_type=HTTP
77
ngx_module_name=ndg_test_module
8-
ngx_module_srcs="$ngx_addon_dir/ModNdgTest.cpp"
8+
ngx_module_srcs="$ngx_addon_dir/NdgTestModule.cpp"
99

1010
. auto/module
1111
else
1212
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"
1414
fi
1515

1616
#HTTP_MODULES="$HTTP_MODULES ndg_test_module"
@@ -21,9 +21,9 @@ fi
2121

2222
#############
2323

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"
2727

2828
#HTTP_MODULES="$HTTP_MODULES $ndg_addon_mod"
2929
#HTTP_AUX_FILTER_MODULES="$HTTP_AUX_FILTER_MODULES $ndg_addon_name"

http/variables/config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ ngx_addon_name=ndg_variables_module
55
if test -n "$ngx_module_link"; then
66
ngx_module_type=HTTP
77
ngx_module_name=ndg_variables_module
8-
ngx_module_srcs="$ngx_addon_dir/ModNdgVariables.cpp"
8+
ngx_module_srcs="$ngx_addon_dir/NdgVariablesModule.cpp"
99

1010
. auto/module
1111
else
1212
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"
1414
fi

0 commit comments

Comments
 (0)