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 3e9df6c
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
36 changes: 18 additions & 18 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 All @@ -37,7 +37,7 @@ srcs="$ngx_addon_dir/src/ngx_http_waf_module_core.c \

ngx_http_waf_module_libs=""

ngx_http_waf_module_inc_path="$ngx_addon_dir/inc $ngx_addon_dir/lib"
ngx_http_waf_module_inc_path="$ngx_addon_dir/include "


# Check if the modsecurity library is installed.
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 3e9df6c

Please sign in to comment.