]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
push-notification: Fix linking against notify plugin
authorMichael M Slusarz <michael.slusarz@dovecot.fi>
Wed, 28 Oct 2015 03:54:26 +0000 (21:54 -0600)
committerMichael M Slusarz <michael.slusarz@dovecot.fi>
Wed, 28 Oct 2015 03:54:26 +0000 (21:54 -0600)
src/plugins/push-notification/Makefile.am

index f24a1c55a102880ef2282a9167824eb9d96feebd..b7a3a6157ca64bb24a36e25430f576f95a2ba0c5 100644 (file)
@@ -12,6 +12,11 @@ lib20_push_notification_plugin_la_LDFLAGS = -module -avoid-version
 
 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 \