mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
Fix install and dist targets after 768cc74f, 9733cacd, bfc30dad
This commit is contained in:
parent
47f2e7ff4c
commit
8f16650595
@ -10,9 +10,13 @@ noinst_HEADERS = \
|
||||
libinjection/src/libinjection_html5.h \
|
||||
libinjection/src/libinjection_sqli.h \
|
||||
libinjection/src/libinjection_sqli_data.h \
|
||||
libinjection/src/libinjection_xss.h
|
||||
|
||||
|
||||
libinjection/src/libinjection_xss.h \
|
||||
mbedtls/base64.h \
|
||||
mbedtls/check_config.h \
|
||||
mbedtls/mbed-tls-config.h \
|
||||
mbedtls/md5.h \
|
||||
mbedtls/platform.h \
|
||||
mbedtls/sha1.h
|
||||
|
||||
libmbedtls_la_SOURCES = \
|
||||
mbedtls/base64.c \
|
||||
|
@ -29,6 +29,7 @@ pkginclude_HEADERS = \
|
||||
../headers/modsecurity/intervention.h \
|
||||
../headers/modsecurity/modsecurity.h \
|
||||
../headers/modsecurity/rule.h \
|
||||
../headers/modsecurity/rule_message.h \
|
||||
../headers/modsecurity/rules.h \
|
||||
../headers/modsecurity/rules_properties.h \
|
||||
../headers/modsecurity/rules_exceptions.h
|
||||
@ -47,6 +48,9 @@ libmodsecurity_includesub_actions_HEADERS = \
|
||||
|
||||
noinst_HEADERS = \
|
||||
actions/*.h \
|
||||
actions/ctl/*.h \
|
||||
actions/data/*.h \
|
||||
actions/disruptive/*.h \
|
||||
actions/transformations/*.h \
|
||||
audit_log/*.h \
|
||||
audit_log/writer/*.h \
|
||||
|
Loading…
x
Reference in New Issue
Block a user