changeset 6307:941c435e18c9 HEAD

unichar.o and message-decoder.o are no longer unused
author cras@kaali
date Wed, 22 Aug 2007 16:12:57 +0300
parents b2e571ffb776
children b44b090d7c07
files src/imap/Makefile.am
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/imap/Makefile.am	Wed Aug 22 15:14:58 2007 +0300
+++ b/src/imap/Makefile.am	Wed Aug 22 16:12:57 2007 +0300
@@ -16,9 +16,7 @@
 # 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/unichar.o \
-	../lib-mail/message-decoder.o
+	../lib/mountpoint.o
 
 libs = \
 	../lib-storage/register/libstorage-register.a \