changeset 4620:f66c874602a4 HEAD

Added message-decoder.o here for now until it's used within the binary.
author Timo Sirainen <tss@iki.fi>
date Mon, 18 Sep 2006 02:08:35 +0300
parents 3111cf26ecac
children 446646de0c4a
files src/imap/Makefile.am
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/imap/Makefile.am	Mon Sep 18 02:07:55 2006 +0300
+++ b/src/imap/Makefile.am	Mon Sep 18 02:08:35 2006 +0300
@@ -16,7 +16,8 @@
 # get some functions included which only plugins use. liblib should probably
 # be a shared library so this wouldn't be needed..
 unused_objects = \
-	../lib/mountpoint.o
+	../lib/mountpoint.o \
+	../lib-mail/message-decoder.o
 
 libs = \
 	../lib-storage/register/libstorage-register.a \