]> git.ipfire.org Git - people/ms/strongswan.git/blobdiff - src/libcharon/Makefile.am
Add an error-notify plugin to send catched alerts to listening applications
[people/ms/strongswan.git] / src / libcharon / Makefile.am
index 368dbc1c971a6c7af1bc9634eeff26cf4d175e46..1ca4ddee7a2fa801f5555d1b1800d7ec98fd26d4 100644 (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