dovecot-2.2-pigeonhole: Small compile fix.

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Sun Sep 2 19:54:12 EEST 2012


details:   http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/66adbdd89d5c
changeset: 1659:66adbdd89d5c
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Sun Sep 02 18:54:01 2012 +0200
description:
Small compile fix.

diffstat:

 src/lib-sieve/Makefile.am |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 061d4993b509 -r 66adbdd89d5c src/lib-sieve/Makefile.am
--- a/src/lib-sieve/Makefile.am	Wed Aug 29 19:35:17 2012 +0200
+++ b/src/lib-sieve/Makefile.am	Sun Sep 02 18:54:01 2012 +0200
@@ -71,7 +71,7 @@
 	$(unfinished_plugins)
 
 libdovecot_sieve_la_DEPENDENCIES = $(plugins) $(LIBDOVECOT_LDA_DEPS)
-libdovecot_sieve_la_LIBADD = $(plugins) $(LIBDOVECOT_LDA)
+libdovecot_sieve_la_LIBADD = $(plugins) $(LIBDOVECOT) $(LIBDOVECOT_LDA)
 
 libdovecot_sieve_la_SOURCES = \
 	rfc2822.c \


More information about the dovecot-cvs mailing list