dovecot-2.0: lmtp: Fixed loading Sieve plugin when configuring -...
dovecot at dovecot.org
dovecot at dovecot.org
Thu Mar 24 00:28:10 EET 2011
details: http://hg.dovecot.org/dovecot-2.0/rev/8c409049402c
changeset: 12702:8c409049402c
user: Timo Sirainen <tss at iki.fi>
date: Thu Mar 24 00:28:06 2011 +0200
description:
lmtp: Fixed loading Sieve plugin when configuring --without-shared-libs
diffstat:
src/lmtp/Makefile.am | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r 4242a7bf8918 -r 8c409049402c src/lmtp/Makefile.am
--- a/src/lmtp/Makefile.am Thu Mar 24 00:14:58 2011 +0200
+++ b/src/lmtp/Makefile.am Thu Mar 24 00:28:06 2011 +0200
@@ -23,7 +23,8 @@
../lib-mail/message-header-encode.o \
../lib-imap/imap-util.o \
../lib-storage/mail-search-parser-imap.o \
- ../lib-lda/smtp-client.o
+ ../lib-lda/smtp-client.o \
+ ../lib-lda/mail-send.o
endif
libs = \
More information about the dovecot-cvs
mailing list