Skip to content

Commit

Permalink
Merge pull request #251 from alltilla/filterx-xml-parser-2
Browse files Browse the repository at this point in the history
filterx: `parse_xml()`
  • Loading branch information
MrAnno authored Sep 12, 2024
2 parents 4b65700 + eb216c1 commit 8865c3e
Show file tree
Hide file tree
Showing 10 changed files with 946 additions and 2 deletions.
2 changes: 2 additions & 0 deletions modules/xml/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ set(xml_SOURCES
"xml.h"
"xml-private.h"
"windows-eventlog-xml-parser.h"
"filterx-parse-xml.h"

"xml-plugin.c"
"xml-parser.c"
"xml.c"
"windows-eventlog-xml-parser.c"
"filterx-parse-xml.c"
)


Expand Down
4 changes: 3 additions & 1 deletion modules/xml/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ modules_xml_libxml_la_SOURCES = \
modules/xml/xml.c \
modules/xml/xml-private.h \
modules/xml/windows-eventlog-xml-parser.h \
modules/xml/windows-eventlog-xml-parser.c
modules/xml/windows-eventlog-xml-parser.c \
modules/xml/filterx-parse-xml.h \
modules/xml/filterx-parse-xml.c


BUILT_SOURCES += \
Expand Down
Loading

0 comments on commit 8865c3e

Please sign in to comment.