Makefile.am revision e5224c0589916fb22f95f959326cf4b6221715b0
551aa6c36797ed720487f5974dcadabf19e6ff9fStephen GallagherAM_CPPFLAGS = \
551aa6c36797ed720487f5974dcadabf19e6ff9fStephen Gallagher -I$(top_srcdir)/src/lib \
ee359fe1384507fed6c2274e7bfe81d288de4542Stephen Gallagher -I$(top_srcdir)/src/lib-settings \
33396dc46ea52c18f47db1b5d590880806521005Sumit Bose -I$(top_srcdir)/src/lib-http \
ee359fe1384507fed6c2274e7bfe81d288de4542Stephen Gallagher -I$(top_srcdir)/src/lib-index \
33396dc46ea52c18f47db1b5d590880806521005Sumit Bose -I$(top_srcdir)/src/lib-mail \
551aa6c36797ed720487f5974dcadabf19e6ff9fStephen Gallagher -I$(top_srcdir)/src/lib-storage \
324fb26ba803a999bedc29e93c46c84f27abf5b7Sumit Bose -I$(top_srcdir)/src/plugins/notify
324fb26ba803a999bedc29e93c46c84f27abf5b7Sumit Bose
324fb26ba803a999bedc29e93c46c84f27abf5b7Sumit BoseNOPLUGIN_LDFLAGS =
324fb26ba803a999bedc29e93c46c84f27abf5b7Sumit Boselib20_push_notification_plugin_la_LDFLAGS = -module -avoid-version
551aa6c36797ed720487f5974dcadabf19e6ff9fStephen Gallagher
551aa6c36797ed720487f5974dcadabf19e6ff9fStephen Gallaghermodule_LTLIBRARIES = lib20_push_notification_plugin.la
84ae5edab16ad6be5e3be956cb6fa031c1428eb5Stephen Gallagher
84ae5edab16ad6be5e3be956cb6fa031c1428eb5Stephen Gallagherif DOVECOT_PLUGIN_DEPS
84ae5edab16ad6be5e3be956cb6fa031c1428eb5Stephen Gallagherlib20_push_notification_plugin_la_LIBADD = \
e65df5b966b27e13283c65f59f99ac44781e0333Simo Sorce ../notify/lib15_notify_plugin.la
551aa6c36797ed720487f5974dcadabf19e6ff9fStephen Gallagherendif
672f430c2e5d55226261a281bc3fa77311ace5a4Jakub Hrozek
672f430c2e5d55226261a281bc3fa77311ace5a4Jakub Hrozeklib20_push_notification_plugin_la_SOURCES = \
551aa6c36797ed720487f5974dcadabf19e6ff9fStephen Gallagher push-notification-driver-dlog.c \
551aa6c36797ed720487f5974dcadabf19e6ff9fStephen Gallagher push-notification-driver-ox.c \
551aa6c36797ed720487f5974dcadabf19e6ff9fStephen Gallagher push-notification-drivers.c \
551aa6c36797ed720487f5974dcadabf19e6ff9fStephen Gallagher push-notification-event-flagsclear.c \
551aa6c36797ed720487f5974dcadabf19e6ff9fStephen Gallagher push-notification-event-flagsset.c \
551aa6c36797ed720487f5974dcadabf19e6ff9fStephen Gallagher push-notification-event-mailboxcreate.c \
84ae5edab16ad6be5e3be956cb6fa031c1428eb5Stephen Gallagher push-notification-event-mailboxdelete.c \
cc98edd9479d4622634a1275c98058916c14059aStephen Gallagher push-notification-event-mailboxrename.c \
ee359fe1384507fed6c2274e7bfe81d288de4542Stephen Gallagher push-notification-event-mailboxsubscribe.c \
cc98edd9479d4622634a1275c98058916c14059aStephen Gallagher push-notification-event-mailboxunsubscribe.c \
d3da1c165cdb4c1ec126a8f4b6b544ca415b9d20Pavel Březina push-notification-event-messageappend.c \
d3da1c165cdb4c1ec126a8f4b6b544ca415b9d20Pavel Březina push-notification-event-messageexpunge.c \
d3da1c165cdb4c1ec126a8f4b6b544ca415b9d20Pavel Březina push-notification-event-messagenew.c \
1183d29d87c5c7439cf2364b7d7324d4a13b6e35Stephen Gallagher push-notification-event-messageread.c \
1183d29d87c5c7439cf2364b7d7324d4a13b6e35Stephen Gallagher push-notification-event-messagetrash.c \
551aa6c36797ed720487f5974dcadabf19e6ff9fStephen Gallagher push-notification-events.c \
551aa6c36797ed720487f5974dcadabf19e6ff9fStephen Gallagher push-notification-events-rfc5423.c \
551aa6c36797ed720487f5974dcadabf19e6ff9fStephen Gallagher push-notification-plugin.c \
551aa6c36797ed720487f5974dcadabf19e6ff9fStephen Gallagher push-notification-triggers.c \
551aa6c36797ed720487f5974dcadabf19e6ff9fStephen Gallagher push-notification-txn-mbox.c \
551aa6c36797ed720487f5974dcadabf19e6ff9fStephen Gallagher push-notification-txn-msg.c
551aa6c36797ed720487f5974dcadabf19e6ff9fStephen Gallagher
551aa6c36797ed720487f5974dcadabf19e6ff9fStephen Gallagherheaders = \
551aa6c36797ed720487f5974dcadabf19e6ff9fStephen Gallagher push-notification-drivers.h \
551aa6c36797ed720487f5974dcadabf19e6ff9fStephen Gallagher push-notification-event-flagsclear.h \
551aa6c36797ed720487f5974dcadabf19e6ff9fStephen Gallagher push-notification-event-flagsset.h \
551aa6c36797ed720487f5974dcadabf19e6ff9fStephen Gallagher push-notification-event-mailboxcreate.h \
551aa6c36797ed720487f5974dcadabf19e6ff9fStephen Gallagher push-notification-event-mailboxdelete.h \
c89589fa349f38214c9cb8d9389c0fd557e5dca2Simo Sorce push-notification-event-mailboxrename.h \
c89589fa349f38214c9cb8d9389c0fd557e5dca2Simo Sorce push-notification-event-mailboxsubscribe.h \
c89589fa349f38214c9cb8d9389c0fd557e5dca2Simo Sorce push-notification-event-mailboxunsubscribe.h \
86b61156743b7ebdc049450a6f88452890fd9a61Jakub Hrozek push-notification-event-message-common.h \
86b61156743b7ebdc049450a6f88452890fd9a61Jakub Hrozek push-notification-event-messageappend.h \
86b61156743b7ebdc049450a6f88452890fd9a61Jakub Hrozek push-notification-event-messageexpunge.h \
c89589fa349f38214c9cb8d9389c0fd557e5dca2Simo Sorce push-notification-event-messagenew.h \
c89589fa349f38214c9cb8d9389c0fd557e5dca2Simo Sorce push-notification-event-messageread.h \
86b61156743b7ebdc049450a6f88452890fd9a61Jakub Hrozek push-notification-event-messagetrash.h \
86b61156743b7ebdc049450a6f88452890fd9a61Jakub Hrozek push-notification-events.h \
86b61156743b7ebdc049450a6f88452890fd9a61Jakub Hrozek push-notification-events-rfc5423.h \
86b61156743b7ebdc049450a6f88452890fd9a61Jakub Hrozek push-notification-plugin.h \
86b61156743b7ebdc049450a6f88452890fd9a61Jakub Hrozek push-notification-triggers.h \
86b61156743b7ebdc049450a6f88452890fd9a61Jakub Hrozek push-notification-txn-mbox.h \
86b61156743b7ebdc049450a6f88452890fd9a61Jakub Hrozek push-notification-txn-msg.h
86b61156743b7ebdc049450a6f88452890fd9a61Jakub Hrozek
86b61156743b7ebdc049450a6f88452890fd9a61Jakub Hrozekpkginc_libdir = $(pkgincludedir)
86b61156743b7ebdc049450a6f88452890fd9a61Jakub Hrozekpkginc_lib_HEADERS = $(headers)
86b61156743b7ebdc049450a6f88452890fd9a61Jakub Hrozek