mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
automake: include all needed files into "make dist" target.
This commit is contained in:
committed by
Felipe Zimmerle
parent
ee9f3ebc59
commit
649365481f
@@ -41,7 +41,20 @@ pkginclude_HEADERS = \
|
||||
../headers/modsecurity/modsecurity.h \
|
||||
../headers/modsecurity/rule.h \
|
||||
../headers/modsecurity/rules.h \
|
||||
../headers/modsecurity/rules_properties.h
|
||||
../headers/modsecurity/rules_properties.h \
|
||||
actions/*.h \
|
||||
actions/transformations/*.h \
|
||||
audit_log/*.h \
|
||||
audit_log/writer/*.h \
|
||||
collection/backend/*.h \
|
||||
operators/*.h \
|
||||
parser/*.h \
|
||||
request_body_processor/*.h \
|
||||
utils/*.h \
|
||||
utils/mbedtls/*.h \
|
||||
variables/*.h \
|
||||
variables/variations/*.h \
|
||||
*.h
|
||||
|
||||
|
||||
libmodsecurity_includesub_HEADERS = \
|
||||
|
Reference in New Issue
Block a user