summaryrefslogtreecommitdiffstats
path: root/plugins/omdbalerting/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-11-17 08:47:30 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-11-17 08:47:30 +0100
commitc9841fbd368e58674cc166e6186b2a29f9895211 (patch)
treeec43ae6d43bcf61d730552532130c8b0ea536cf2 /plugins/omdbalerting/Makefile.am
parent8c29f2843591376f8a1abca5f09a9740927f1000 (diff)
downloadrsyslog-c9841fbd368e58674cc166e6186b2a29f9895211.tar.gz
rsyslog-c9841fbd368e58674cc166e6186b2a29f9895211.tar.xz
rsyslog-c9841fbd368e58674cc166e6186b2a29f9895211.zip
added a skeleton for omdbalerting by request of Phil Reilly
... who intends to add a database-driven alert functionality. The change provides the necessary rsyslog plumbing, but no functionality at all.
Diffstat (limited to 'plugins/omdbalerting/Makefile.am')
-rw-r--r--plugins/omdbalerting/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/omdbalerting/Makefile.am b/plugins/omdbalerting/Makefile.am
new file mode 100644
index 00000000..becf29b0
--- /dev/null
+++ b/plugins/omdbalerting/Makefile.am
@@ -0,0 +1,8 @@
+pkglib_LTLIBRARIES = omdbalerting.la
+
+omdbalerting_la_SOURCES = omdbalerting.c
+omdbalerting_la_CPPFLAGS = $(RSRT_CFLAGS) $(PTHREADS_CFLAGS)
+omdbalerting_la_LDFLAGS = -module -avoid-version
+omdbalerting_la_LIBADD =
+
+EXTRA_DIST =