summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-12-01 08:46:20 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-12-01 08:46:20 +0100
commitb9d3cdceabf91bc28f8f6d31cfe9332724e37bbf (patch)
tree96a93ba0f76797fa9a52cccd18a3cfeab47250e6 /Makefile.am
parentd1ccc0302653017782a59c3ff9e5f7e69811173e (diff)
downloadrsyslog-b9d3cdceabf91bc28f8f6d31cfe9332724e37bbf.tar.gz
rsyslog-b9d3cdceabf91bc28f8f6d31cfe9332724e37bbf.tar.xz
rsyslog-b9d3cdceabf91bc28f8f6d31cfe9332724e37bbf.zip
milestone: added mmnormalize (compiles, but untested)
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 680a819e..bdbc2794 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -179,6 +179,10 @@ if ENABLE_RFC3195
SUBDIRS += plugins/im3195
endif
+if ENABLE_MMNORMALIZE
+SUBDIRS += plugins/mmnormalize
+endif
+
if ENABLE_ORACLE
SUBDIRS += plugins/omoracle
endif