History log of /dovecot/src/plugins/notify/Makefile.am
Revision Date Author Comments Expand
a966016e605eea27e02d73ff1412632cd684d770 30-Apr-2011 Timo Sirainen <tss@iki.fi>

Use -Wl,--as-needed -Wl,--no-undefined GNU ld flags for non-plugins.

3e36f299984b4af93d08d9259c4ad8d987a5be6a 02-Aug-2010 Timo Sirainen <tss@iki.fi>

notify: Removed noop functions, they're no longer needed.

53f37d41e1abb068131320f39f870fc92e81f560 08-Apr-2010 Timo Sirainen <tss@iki.fi>

configure: Removed --enable-header-install. It's now always enabled. There didn't seem to be much point in keeping it optional anymore. They're now more useful than before because shared libraries are also installed. --HG-- branch : HEAD

/dovecot/Makefile.am /dovecot/configure.in /dovecot/src/auth/Makefile.am /dovecot/src/imap/Makefile.am /dovecot/src/lib-auth/Makefile.am /dovecot/src/lib-charset/Makefile.am /dovecot/src/lib-dict/Makefile.am /dovecot/src/lib-dns/Makefile.am /dovecot/src/lib-imap/Makefile.am /dovecot/src/lib-index/Makefile.am /dovecot/src/lib-lda/Makefile.am /dovecot/src/lib-mail/Makefile.am /dovecot/src/lib-master/Makefile.am /dovecot/src/lib-settings/Makefile.am /dovecot/src/lib-sql/Makefile.am /dovecot/src/lib-storage/Makefile.am /dovecot/src/lib-storage/index/Makefile.am /dovecot/src/lib-storage/index/cydir/Makefile.am /dovecot/src/lib-storage/index/dbox-common/Makefile.am /dovecot/src/lib-storage/index/dbox-multi/Makefile.am /dovecot/src/lib-storage/index/dbox-single/Makefile.am /dovecot/src/lib-storage/index/maildir/Makefile.am /dovecot/src/lib-storage/index/mbox/Makefile.am /dovecot/src/lib-storage/index/raw/Makefile.am /dovecot/src/lib-storage/index/shared/Makefile.am /dovecot/src/lib-storage/list/Makefile.am /dovecot/src/lib-test/Makefile.am /dovecot/src/lib/Makefile.am /dovecot/src/login-common/Makefile.am Makefile.am /dovecot/src/pop3/Makefile.am
9a05c629c354ad60200deee5fe5e2860c32fc98d 01-Feb-2010 Timo Sirainen <tss@iki.fi>

notify plugin: Install headers if --enable-header-install is used. Patch by Mark Washenberger. --HG-- branch : HEAD

0ca487ae96874fdb76c711f40f383931579284bc 21-Oct-2009 Timo Sirainen <tss@iki.fi>

Makefile: Don't symlink notify plugin to subdirs. It's not necessary anymore. --HG-- branch : HEAD

2b0c2ec18e05928f95a3819022e327d12c4a6f94 13-Oct-2009 Timo Sirainen <tss@iki.fi>

Makefile.am: notify-plugin-private.h wasn't listed correctly. --HG-- branch : HEAD

56c35c844320b0a157d1aaa6b3e62b7f3851b235 24-Aug-2009 Timo Sirainen <tss@iki.fi>

Added a notify plugin that can be used as a generic event catching framework by other plugins. Patch by Mark Washenberger / Rackspace. --HG-- branch : HEAD