summaryrefslogtreecommitdiffstats
path: root/plugins/pmsnare/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 /plugins/pmsnare/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 'plugins/pmsnare/Makefile.am')
-rw-r--r--plugins/pmsnare/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/pmsnare/Makefile.am b/plugins/pmsnare/Makefile.am
new file mode 100644
index 00000000..5b2696ac
--- /dev/null
+++ b/plugins/pmsnare/Makefile.am
@@ -0,0 +1,8 @@
+pkglib_LTLIBRARIES = pmsnare.la
+
+pmsnare_la_SOURCES = pmsnare.c
+pmsnare_la_CPPFLAGS = $(RSRT_CFLAGS) $(PTHREADS_CFLAGS) -I ../../tools
+pmsnare_la_LDFLAGS = -module -avoid-version
+pmsnare_la_LIBADD =
+
+EXTRA_DIST =