dovecot-2.2: push-notification: Fix linking against notify plugin

dovecot at dovecot.org dovecot at dovecot.org
Thu Oct 29 13:45:50 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/1e7fe403dd50
changeset: 19341:1e7fe403dd50
user:      Michael M Slusarz <michael.slusarz at dovecot.fi>
date:      Tue Oct 27 21:54:26 2015 -0600
description:
push-notification: Fix linking against notify plugin

diffstat:

 src/plugins/push-notification/Makefile.am |  5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diffs (15 lines):

diff -r 787cfed25b0f -r 1e7fe403dd50 src/plugins/push-notification/Makefile.am
--- a/src/plugins/push-notification/Makefile.am	Thu Oct 29 15:29:24 2015 +0200
+++ b/src/plugins/push-notification/Makefile.am	Tue Oct 27 21:54:26 2015 -0600
@@ -12,6 +12,11 @@
 
 module_LTLIBRARIES = lib20_push_notification_plugin.la
 
+if DOVECOT_PLUGIN_DEPS
+lib20_push_notification_plugin_la_LIBADD = \
+        ../notify/lib15_notify_plugin.la
+endif
+
 lib20_push_notification_plugin_la_SOURCES = \
 	push-notification-driver-dlog.c \
 	push-notification-driver-ox.c \


More information about the dovecot-cvs mailing list