changeset 10272:26e6636aa82e HEAD

lmtp: Link smtp-client.o explicitly so Sieve can use it.
author Timo Sirainen <tss@iki.fi>
date Mon, 09 Nov 2009 13:41:38 -0500
parents 0785c83ce8c4
children 4109e7f29735
files src/lmtp/Makefile.am
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 	../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)