changeset 10230:704b1fd3c92f HEAD

lda: Link with message-header-encode.o so Sieve plugin can use it.
author Timo Sirainen <tss@iki.fi>
date Thu, 29 Oct 2009 17:40:52 -0400
parents 9ecf2adadc4f
children 410b72cf8567
files src/lda/Makefile.am
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/lda/Makefile.am	Thu Oct 29 14:24:01 2009 -0400
+++ b/src/lda/Makefile.am	Thu Oct 29 17:40:52 2009 -0400
@@ -19,6 +19,7 @@
 if !BUILD_SHARED_LIBS
 unused_objects = \
 	../lib/mountpoint.o \
+	../lib-mail/message-header-encode.o \
 	../lib-imap/imap-util.o
 endif