From 73ebadd5980f91079416a14ba6463d576ecb6207 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 13 Jul 2010 16:15:02 +0200 Subject: added new parser modules most importantly pmlastmsg, which handles the pathetic "last message repeated n times" messages that some syslogd's emit. Also some minor fixes, like wrong files names in make dist (for new files introduced after last release) --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2fc4b1d6..a7670f64 100644 --- a/Makefile.am +++ b/Makefile.am @@ -99,6 +99,10 @@ if ENABLE_OMSTDOUT SUBDIRS += plugins/omstdout endif +if ENABLE_PMLASTMSG +SUBDIRS += plugins/pmlastmsg +endif + if ENABLE_PMRFC3164SD SUBDIRS += plugins/pmrfc3164sd endif @@ -173,7 +177,7 @@ DISTCHECK_CONFIGURE_FLAGS= --enable-gssapi_krb5 \ --enable-diagtools \ --enable-gnutls \ --enable-omstdout \ - --enable-pmrfc3164sd \ + --enable-pmlastmsg \ --enable-omruleset \ --enable-omprog \ --enable-imdiag \ -- cgit