summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-02-23 18:06:38 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-02-23 18:06:38 +0100
commite983e130535a4b4ff4e3ce4041015a180649a2ae (patch)
treedeb51aecf36ab2fc0443542f049b66174571a2fb /Makefile.am
parent9053b30c6dfe2d8b3eab141cb2ab5893c16b08a2 (diff)
downloadrsyslog-e983e130535a4b4ff4e3ce4041015a180649a2ae.tar.gz
rsyslog-e983e130535a4b4ff4e3ce4041015a180649a2ae.tar.xz
rsyslog-e983e130535a4b4ff4e3ce4041015a180649a2ae.zip
mmaudit: added skeleton (copy of mmjsonparse)
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 b3b5a637..4f6078d8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -202,6 +202,10 @@ if ENABLE_MMJSONPARSE
SUBDIRS += plugins/mmjsonparse
endif
+if ENABLE_MMAUDIT
+SUBDIRS += plugins/mmaudit
+endif
+
if ENABLE_ORACLE
SUBDIRS += plugins/omoracle
endif