automake: include all needed files into "make dist" target.

This commit is contained in:
Andrei Belov
2016-07-06 07:49:45 +03:00
committed by Felipe Zimmerle
parent ee9f3ebc59
commit 649365481f
3 changed files with 26 additions and 1 deletions

View File

@@ -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 = \