Add an error-notify plugin to send catched alerts to listening applications

This commit is contained in:
Martin Willi
2012-12-19 10:40:33 +01:00
parent 578f72ceb0
commit 0aaf5ccfa6
10 changed files with 747 additions and 0 deletions
+7
View File
@@ -491,6 +491,13 @@ if MONOLITHIC
endif
endif
if USE_ERROR_NOTIFY
SUBDIRS += plugins/error_notify
if MONOLITHIC
libcharon_la_LIBADD += plugins/error_notify/libstrongswan-error-notify.la
endif
endif
if USE_CERTEXPIRE
SUBDIRS += plugins/certexpire
if MONOLITHIC