summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Lang <david@lang.hm>2011-02-01 11:36:27 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-02-01 11:36:27 +0100
commit58cb4d57e81da5aa74ed2927f99b576cec83d71b (patch)
tree1286e1f818253846126c72d3cdefe6551c1e4e89 /Makefile.am
parent44e3fb96c5dd94a0669beff70cfa9d9097c35de2 (diff)
downloadrsyslog-58cb4d57e81da5aa74ed2927f99b576cec83d71b.tar.gz
rsyslog-58cb4d57e81da5aa74ed2927f99b576cec83d71b.tar.xz
rsyslog-58cb4d57e81da5aa74ed2927f99b576cec83d71b.zip
added pmaixforwardedfrom message parser
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
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 39b24f8a..f6a87e6a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -127,6 +127,10 @@ if ENABLE_PMCISCONAMES
SUBDIRS += plugins/pmcisconames
endif
+if ENABLE_PMAIXFORWARDEDFROM
+SUBDIRS += plugins/pmaixforwardedfrom
+endif
+
if ENABLE_PMLASTMSG
SUBDIRS += plugins/pmlastmsg
endif