Makefile.am revision 452d0005a47c6872590346f5ea8b247974689ac9
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M SlusarzAM_CPPFLAGS = \
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarz -I$(top_srcdir)/src/lib \
630c1df5b6aaec452b0ef040df56cffd978fe9c3Timo Sirainen -I$(top_srcdir)/src/lib-settings \
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarz -I$(top_srcdir)/src/lib-http \
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarz -I$(top_srcdir)/src/lib-index \
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarz -I$(top_srcdir)/src/lib-mail \
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M SlusarzNOPLUGIN_LDFLAGS =
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarzlib20_push_notification_plugin_la_LDFLAGS = -module -avoid-version
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarzmodule_LTLIBRARIES = lib20_push_notification_plugin.la
1265ab7fdd2e88a1f4b1057593c5e0dbe3fb757aMichael M Slusarzif DOVECOT_PLUGIN_DEPS
1265ab7fdd2e88a1f4b1057593c5e0dbe3fb757aMichael M Slusarzlib20_push_notification_plugin_la_LIBADD = \
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarzlib20_push_notification_plugin_la_SOURCES = \
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarz push-notification-event-mailboxsubscribe.c \
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarz push-notification-event-mailboxunsubscribe.c \
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarz push-notification-event-messageexpunge.c \
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarz push-notification-event-mailboxsubscribe.h \
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarz push-notification-event-mailboxunsubscribe.h \
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarz push-notification-event-message-common.h \
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarz push-notification-event-messageexpunge.h \
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarzpkginc_libdir = $(pkgincludedir)
51ed197520dd9ea534fbc3bc1790ebe3cb5421e2Michael M Slusarzpkginc_lib_HEADERS = $(headers)