dovecot-2.0-sslstream: lmtp: Link smtp-client.o explicitly so Si...

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 02:56:07 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/26e6636aa82e
changeset: 10273:26e6636aa82e
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Nov 09 13:41:38 2009 -0500
description:
lmtp: Link smtp-client.o explicitly so Sieve can use it.

diffstat:

1 file changed, 3 insertions(+)
src/lmtp/Makefile.am |    3 +++

diffs (17 lines):

diff -r 0785c83ce8c4 -r 26e6636aa82e src/lmtp/Makefile.am
--- a/src/lmtp/Makefile.am	Mon Nov 09 13:26:38 2009 -0500
+++ b/src/lmtp/Makefile.am	Mon Nov 09 13:41:38 2009 -0500
@@ -23,10 +23,13 @@ unused_objects = \
 	../lib-mail/message-header-encode.o \
 	../lib-imap/imap-util.o
 endif
+lda_unused_objects = \
+	../lib-lda/smtp-client.o
 
 libs = \
 	../lib-lda/liblda.a \
 	$(LIBDOVECOT_STORAGE) \
+	$(lda_unused_objects) \
 	$(unused_objects)
 
 lmtp_LDADD = $(libs) $(LIBDOVECOT) $(MODULE_LIBS)


More information about the dovecot-cvs mailing list