[dovecot-cvs] dovecot/src/deliver Makefile.am,1.4,1.5

tss at dovecot.org tss at dovecot.org
Thu Nov 16 00:16:34 UTC 2006


Update of /var/lib/cvs/dovecot/src/deliver
In directory talvi:/tmp/cvs-serv25364/src/deliver

Modified Files:
	Makefile.am 
Log Message:
Initial code for separation of mailbox accessing and directory layout
handling. It's not yet possible to change the default layouts though.



Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/deliver/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.am	12 Nov 2006 14:06:26 -0000	1.4
+++ Makefile.am	16 Nov 2006 00:16:31 -0000	1.5
@@ -23,7 +23,7 @@
 	../lib-storage/register/libstorage-register.a \
 	$(STORAGE_LIBS) \
 	../lib-storage/libstorage.a \
-	../lib-storage/subscription-file/libstorage_subscription_file.a \
+	../lib-storage/list/libstorage_list.a \
 	../lib-imap/libimap.a \
 	../lib-mail/libmail.a \
 	../lib-dict/libdict.a \



More information about the dovecot-cvs mailing list