Skip to content

Commit

Permalink
refactor: rename directory from inc to include
Browse files Browse the repository at this point in the history
  • Loading branch information
ADD-SP committed Mar 10, 2024
1 parent 0c86ec7 commit ab05344
Show file tree
Hide file tree
Showing 18 changed files with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions config
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
ngx_addon_name=ngx_http_waf_module

deps="$ngx_addon_dir/inc/ngx_http_waf_module_check.h \
$ngx_addon_dir/inc/ngx_http_waf_module_action.h \
$ngx_addon_dir/inc/ngx_http_waf_module_config.h \
$ngx_addon_dir/inc/ngx_http_waf_module_data.h \
$ngx_addon_dir/inc/ngx_http_waf_module_var.h \
$ngx_addon_dir/inc/ngx_http_waf_module_core.h \
$ngx_addon_dir/inc/ngx_http_waf_module_macro.h \
$ngx_addon_dir/inc/ngx_http_waf_module_type.h \
$ngx_addon_dir/inc/ngx_http_waf_module_util.h \
$ngx_addon_dir/inc/ngx_http_waf_module_ip_trie.h \
$ngx_addon_dir/inc/ngx_http_waf_module_mem_pool.h \
$ngx_addon_dir/inc/ngx_http_waf_module_shm.h \
$ngx_addon_dir/inc/ngx_http_waf_module_lru_cache.h \
$ngx_addon_dir/inc/ngx_http_waf_module_under_attack.h \
$ngx_addon_dir/inc/ngx_http_waf_module_captcha.h \
$ngx_addon_dir/inc/ngx_http_waf_module_verify_bot.h \
$ngx_addon_dir/inc/ngx_http_waf_module_modsecurity.h"
deps="$ngx_addon_dir/include/ngx_http_waf_module_check.h \
$ngx_addon_dir/include/ngx_http_waf_module_action.h \
$ngx_addon_dir/include/ngx_http_waf_module_config.h \
$ngx_addon_dir/include/ngx_http_waf_module_data.h \
$ngx_addon_dir/include/ngx_http_waf_module_var.h \
$ngx_addon_dir/include/ngx_http_waf_module_core.h \
$ngx_addon_dir/include/ngx_http_waf_module_macro.h \
$ngx_addon_dir/include/ngx_http_waf_module_type.h \
$ngx_addon_dir/include/ngx_http_waf_module_util.h \
$ngx_addon_dir/include/ngx_http_waf_module_ip_trie.h \
$ngx_addon_dir/include/ngx_http_waf_module_mem_pool.h \
$ngx_addon_dir/include/ngx_http_waf_module_shm.h \
$ngx_addon_dir/include/ngx_http_waf_module_lru_cache.h \
$ngx_addon_dir/include/ngx_http_waf_module_under_attack.h \
$ngx_addon_dir/include/ngx_http_waf_module_captcha.h \
$ngx_addon_dir/include/ngx_http_waf_module_verify_bot.h \
$ngx_addon_dir/include/ngx_http_waf_module_modsecurity.h"

srcs="$ngx_addon_dir/src/ngx_http_waf_module_core.c \
$ngx_addon_dir/src/ngx_http_waf_module_var.c \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ab05344

Please sign in to comment.