Moves Rule[WithActions|WithOperator] to their own files

This commit is contained in:
Felipe Zimmerle
2019-02-19 20:57:23 -03:00
parent 8274be066a
commit f63bd1a45d
10 changed files with 1092 additions and 897 deletions

View File

@@ -43,6 +43,8 @@ pkginclude_HEADERS = \
../headers/modsecurity/modsecurity.h \
../headers/modsecurity/rule.h \
../headers/modsecurity/rule_marker.h \
../headers/modsecurity/rule_with_actions.h \
../headers/modsecurity/rule_with_operator.h \
../headers/modsecurity/rules.h \
../headers/modsecurity/rule_message.h \
../headers/modsecurity/rules_set.h \
@@ -283,6 +285,8 @@ libmodsecurity_la_SOURCES = \
debug_log/debug_log_writer.cc \
run_time_string.cc \
rule.cc \
rule_with_actions.cc \
rule_with_operator.cc \
rule_message.cc \
rule_script.cc \
unique_id.cc \