summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Lang <david@lang.hm>2011-02-08 11:46:05 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-02-08 11:46:05 +0100
commitfa89eef48e25608585454915ff7af9fae524042e (patch)
tree6b2ed4c36d16f11aa75bf5ab43dbd9c811b63f6e /Makefile.am
parent0a36190a5ddb3c87d22453547d9a4840d0f27cf7 (diff)
downloadrsyslog-fa89eef48e25608585454915ff7af9fae524042e.tar.gz
rsyslog-fa89eef48e25608585454915ff7af9fae524042e.tar.xz
rsyslog-fa89eef48e25608585454915ff7af9fae524042e.zip
added pmsnare parser module
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 f6a87e6a..9493e373 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -131,6 +131,10 @@ if ENABLE_PMAIXFORWARDEDFROM
SUBDIRS += plugins/pmaixforwardedfrom
endif
+if ENABLE_PMSNARE
+SUBDIRS += plugins/pmsnare
+endif
+
if ENABLE_PMLASTMSG
SUBDIRS += plugins/pmlastmsg
endif