From e755d1cd7013104bb2982344b3accfb2457b239e Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Thu, 24 Mar 2011 00:28:06 +0200 Subject: [PATCH] lmtp: Fixed loading Sieve plugin when configuring --without-shared-libs --- src/lmtp/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lmtp/Makefile.am b/src/lmtp/Makefile.am index 3f7b81ee85..7e5c63ba0e 100644 --- a/src/lmtp/Makefile.am +++ b/src/lmtp/Makefile.am @@ -23,7 +23,8 @@ unused_objects = \ ../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 = \ -- 2.47.3