[dovecot-cvs] dovecot/src/imap Makefile.am,1.34,1.35

cras at dovecot.org cras at dovecot.org
Mon Sep 18 02:08:37 EEST 2006


Update of /var/lib/cvs/dovecot/src/imap
In directory talvi:/tmp/cvs-serv5920

Modified Files:
	Makefile.am 
Log Message:
Added message-decoder.o here for now until it's used within the binary.



Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap/Makefile.am,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- Makefile.am	11 Jul 2006 16:07:57 -0000	1.34
+++ Makefile.am	17 Sep 2006 23:08:35 -0000	1.35
@@ -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 \



More information about the dovecot-cvs mailing list