summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-02-21 12:12:51 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-02-21 12:12:51 +0100
commit668975662405d2ddb820072b521dbf7c275a4864 (patch)
tree1eee6d63e29d96dc4e460c831cd5bd4ef6248d2c /Makefile.am
parent41af7e1a0321fa1ddfd0ca05e51849aad22fad45 (diff)
downloadrsyslog-668975662405d2ddb820072b521dbf7c275a4864.tar.gz
rsyslog-668975662405d2ddb820072b521dbf7c275a4864.tar.xz
rsyslog-668975662405d2ddb820072b521dbf7c275a4864.zip
added mmjsonparse to support recognizing and parsing JSON enhanced syslog messages
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 585756c8..b3b5a637 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -198,6 +198,10 @@ if ENABLE_MMNORMALIZE
SUBDIRS += plugins/mmnormalize
endif
+if ENABLE_MMJSONPARSE
+SUBDIRS += plugins/mmjsonparse
+endif
+
if ENABLE_ORACLE
SUBDIRS += plugins/omoracle
endif