summaryrefslogtreecommitdiffstats
path: root/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 /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 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5f9d35fe..52a716fd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -99,6 +99,10 @@ if ENABLE_OMRULESET
SUBDIRS += plugins/omruleset
endif
+if ENABLE_OMDBALERTING
+SUBDIRS += plugins/omdbalerting
+endif
+
if ENABLE_OMUDPSPOOF
SUBDIRS += plugins/omudpspoof
endif