dovecot: unichar.o and message-decoder.o are no longer unused

dovecot at dovecot.org dovecot at dovecot.org
Wed Aug 22 16:14:14 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/941c435e18c9
changeset: 6307:941c435e18c9
user:      cras at kaali
date:      Wed Aug 22 16:12:57 2007 +0300
description:
unichar.o and message-decoder.o are no longer unused

diffstat:

1 file changed, 1 insertion(+), 3 deletions(-)
src/imap/Makefile.am |    4 +---

diffs (14 lines):

diff -r b2e571ffb776 -r 941c435e18c9 src/imap/Makefile.am
--- 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 @@ imap_LDFLAGS = -export-dynamic
 # 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 \


More information about the dovecot-cvs mailing list