Moves debuglog stuff inside the debug_log namespace

This commit is contained in:
Felipe Zimmerle
2016-12-09 09:52:01 -03:00
parent a3787fedb8
commit 64e2927922
7 changed files with 20 additions and 9 deletions

View File

@@ -247,8 +247,8 @@ libmodsecurity_la_SOURCES = \
audit_log/writer/parallel.cc \
modsecurity.cc \
rules.cc \
debug_log.cc \
debug_log_writer.cc \
debug_log/debug_log.cc \
debug_log/debug_log_writer.cc \
macro_expansion.cc \
rule.cc \
rule_message.cc \