diff options
author | David Lang <david@lang.hm> | 2011-02-01 11:36:27 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-02-01 11:36:27 +0100 |
commit | 58cb4d57e81da5aa74ed2927f99b576cec83d71b (patch) | |
tree | 1286e1f818253846126c72d3cdefe6551c1e4e89 /Makefile.am | |
parent | 44e3fb96c5dd94a0669beff70cfa9d9097c35de2 (diff) | |
download | rsyslog-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.am | 4 |
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 |