summaryrefslogtreecommitdiffstats
path: root/plugins/pmlastmsg/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-07-13 16:15:02 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-07-13 16:15:02 +0200
commit73ebadd5980f91079416a14ba6463d576ecb6207 (patch)
tree09d1b1a5aff124d037468295fdacb2214c007547 /plugins/pmlastmsg/Makefile.am
parent824a4b98d5fd96183aa2c0961df604fd5ef48915 (diff)
downloadrsyslog-73ebadd5980f91079416a14ba6463d576ecb6207.tar.gz
rsyslog-73ebadd5980f91079416a14ba6463d576ecb6207.tar.xz
rsyslog-73ebadd5980f91079416a14ba6463d576ecb6207.zip
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)
Diffstat (limited to 'plugins/pmlastmsg/Makefile.am')
-rw-r--r--plugins/pmlastmsg/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/pmlastmsg/Makefile.am b/plugins/pmlastmsg/Makefile.am
new file mode 100644
index 00000000..f360243c
--- /dev/null
+++ b/plugins/pmlastmsg/Makefile.am
@@ -0,0 +1,8 @@
+pkglib_LTLIBRARIES = pmlastmsg.la
+
+pmlastmsg_la_SOURCES = pmlastmsg.c
+pmlastmsg_la_CPPFLAGS = $(RSRT_CFLAGS) $(PTHREADS_CFLAGS) -I ../../tools
+pmlastmsg_la_LDFLAGS = -module -avoid-version
+pmlastmsg_la_LIBADD =
+
+EXTRA_DIST =