mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 09:31:53 +03:00
Eliminate non-posix standard variables
This commit is contained in:
@@ -66,24 +66,7 @@ libmodsecurity_includesub_collection_HEADERS = \
|
||||
libmodsecurity_includesub_actions_HEADERS = \
|
||||
../headers/modsecurity/actions/action.h
|
||||
|
||||
|
||||
noinst_HEADERS = \
|
||||
$(wildcard actions/*.h) \
|
||||
$(wildcard actions/ctl/*.h) \
|
||||
$(wildcard actions/data/*.h) \
|
||||
$(wildcard actions/disruptive/*.h) \
|
||||
$(wildcard actions/transformations/*.h) \
|
||||
$(wildcard debug_log/*.h) \
|
||||
$(wildcard audit_log/writer/*.h) \
|
||||
$(wildcard collection/backend/*.h) \
|
||||
$(wildcard operators/*.h) \
|
||||
$(wildcard parser/*.h) \
|
||||
$(wildcard request_body_processor/*.h) \
|
||||
$(wildcard utils/*.h) \
|
||||
$(wildcard variables/*.h) \
|
||||
$(wildcard engine/*.h) \
|
||||
$(wildcard *.h)
|
||||
|
||||
include headers.mk
|
||||
|
||||
ENGINES = \
|
||||
engine/lua.cc
|
||||
|
||||
Reference in New Issue
Block a user