dovecot-2.0-sieve: Forgot to update two makefiles.
pigeonhole at rename-it.nl
pigeonhole at rename-it.nl
Sat Jan 2 14:56:24 EET 2010
details: http://hg.rename-it.nl/dovecot-2.0-sieve/rev/bae6e37d4164
changeset: 1172:bae6e37d4164
user: Stephan Bosch <stephan at rename-it.nl>
date: Sat Jan 02 13:56:11 2010 +0100
description:
Forgot to update two makefiles.
diffstat:
src/lib-sieve/plugins/imap4flags/Makefile.am | 5 +----
src/sieve-tools/debug/Makefile.am | 5 +----
2 files changed, 2 insertions(+), 8 deletions(-)
diffs (30 lines):
diff -r c99995d62181 -r bae6e37d4164 src/lib-sieve/plugins/imap4flags/Makefile.am
--- a/src/lib-sieve/plugins/imap4flags/Makefile.am Sat Jan 02 13:50:52 2010 +0100
+++ b/src/lib-sieve/plugins/imap4flags/Makefile.am Sat Jan 02 13:56:11 2010 +0100
@@ -3,10 +3,7 @@
AM_CPPFLAGS = \
-I../../ \
-I../variables \
- -I$(dovecot_incdir) \
- -I$(dovecot_incdir)/src/lib \
- -I$(dovecot_incdir)/src/lib-mail \
- -I$(dovecot_incdir)/src/lib-storage
+ $(SIEVE_LIB_DOVECOT_INCLUDE)
commands = \
cmd-flag.c
diff -r c99995d62181 -r bae6e37d4164 src/sieve-tools/debug/Makefile.am
--- a/src/sieve-tools/debug/Makefile.am Sat Jan 02 13:50:52 2010 +0100
+++ b/src/sieve-tools/debug/Makefile.am Sat Jan 02 13:56:11 2010 +0100
@@ -2,10 +2,7 @@
AM_CPPFLAGS = \
-I$(top_srcdir)/src/lib-sieve \
- -I$(dovecot_incdir) \
- -I$(dovecot_incdir)/src/lib \
- -I$(dovecot_incdir)/src/lib-mail \
- -I$(dovecot_incdir)/src/lib-storage
+ $(SIEVE_LIB_DOVECOT_INCLUDE)
commands = \
cmd-debug-print.c
More information about the dovecot-cvs
mailing list