summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-07-07 15:48:01 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-07-07 15:48:01 +0200
commitd4fe3d13894be957aeccbbc279854eacf9fd6f46 (patch)
treef4ca0d6656798d84b65b16a580e3dd33f0cc676f /Makefile.am
parentb2418812cf06daf229e832cc212e65828e3c3417 (diff)
downloadrsyslog-d4fe3d13894be957aeccbbc279854eacf9fd6f46.tar.gz
rsyslog-d4fe3d13894be957aeccbbc279854eacf9fd6f46.tar.xz
rsyslog-d4fe3d13894be957aeccbbc279854eacf9fd6f46.zip
added new pm3164sd parser module
this permits to accept RFC5424 structured data from messages with RFC3164 header. This was compiled from existing modules by user izotov.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 41b2de73..2fc4b1d6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -99,6 +99,10 @@ if ENABLE_OMSTDOUT
SUBDIRS += plugins/omstdout
endif
+if ENABLE_PMRFC3164SD
+SUBDIRS += plugins/pmrfc3164sd
+endif
+
if ENABLE_OMRULESET
SUBDIRS += plugins/omruleset
endif
@@ -169,6 +173,7 @@ DISTCHECK_CONFIGURE_FLAGS= --enable-gssapi_krb5 \
--enable-diagtools \
--enable-gnutls \
--enable-omstdout \
+ --enable-pmrfc3164sd \
--enable-omruleset \
--enable-omprog \
--enable-imdiag \