From: Timo Sirainen Date: Thu, 29 Oct 2009 21:40:52 +0000 (-0400) Subject: lda: Link with message-header-encode.o so Sieve plugin can use it. X-Git-Tag: 2.0.alpha3~65 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b05bc0dd22dbdeff5650523b7f4a5efece20a32;p=thirdparty%2Fdovecot%2Fcore.git lda: Link with message-header-encode.o so Sieve plugin can use it. --HG-- branch : HEAD --- diff --git a/src/lda/Makefile.am b/src/lda/Makefile.am index 0b406af3d6..2a220a53d9 100644 --- a/src/lda/Makefile.am +++ b/src/lda/Makefile.am @@ -19,6 +19,7 @@ dovecot_lda_LDFLAGS = -export-dynamic if !BUILD_SHARED_LIBS unused_objects = \ ../lib/mountpoint.o \ + ../lib-mail/message-header-encode.o \ ../lib-imap/imap-util.o endif