mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fix "make dist" after recent changes to parser
In particular, it is now possible to either build ModSecurity with pre-generated parser, or use "--enable-parser-generation" configure option to rebuild parser from sources.
This commit is contained in:
committed by
Felipe Zimmerle
parent
c290c73f9b
commit
85f98c8a66
@@ -8,6 +8,9 @@ SUBDIRS = \
|
||||
reading_logs_with_offset \
|
||||
reading_logs_via_rule_message
|
||||
|
||||
pkginclude_HEADERS = \
|
||||
reading_logs_via_rule_message/reading_logs_via_rule_message.h
|
||||
|
||||
# make clean
|
||||
CLEANFILES =
|
||||
|
||||
|
Reference in New Issue
Block a user