dovecot-2.0: Makefile.am: notify-plugin-private.h wasn't listed ...

dovecot at dovecot.org dovecot at dovecot.org
Tue Oct 13 01:29:47 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/154f1b1fa5d6
changeset: 10050:154f1b1fa5d6
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Oct 12 18:29:29 2009 -0400
description:
Makefile.am: notify-plugin-private.h wasn't listed correctly.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/plugins/notify/Makefile.am |    2 +-

diffs (12 lines):

diff -r 6aeb7528265b -r 154f1b1fa5d6 src/plugins/notify/Makefile.am
--- a/src/plugins/notify/Makefile.am	Mon Oct 12 18:14:09 2009 -0400
+++ b/src/plugins/notify/Makefile.am	Mon Oct 12 18:29:29 2009 -0400
@@ -18,7 +18,7 @@ lib15_notify_plugin_la_SOURCES = \
 	notify-storage.c
 
 noinst_HEADERS = \
-	notify-plugin.h
+	notify-plugin.h \
 	notify-plugin-private.h
 
 install-exec-local:


More information about the dovecot-cvs mailing list