[dovecot-cvs] dovecot/src/lib-storage/index Makefile.am,1.14,1.15

cras at dovecot.org cras at dovecot.org
Mon Nov 28 01:05:30 EET 2005


Update of /var/lib/cvs/dovecot/src/lib-storage/index
In directory talvi:/tmp/cvs-serv21451/src/lib-storage/index

Modified Files:
	Makefile.am 
Log Message:
Initial implementation of Dovecot's own high performance file format, named
dbox. Currently relies heavily on index files to work, and isn't able to
rebuild them if they're lost. This will be fixed soon. Not tested much yet in
general.



Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/Makefile.am,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Makefile.am	20 Oct 2004 23:06:00 -0000	1.14
+++ Makefile.am	27 Nov 2005 23:05:28 -0000	1.15
@@ -1,4 +1,4 @@
-SUBDIRS = maildir mbox
+SUBDIRS = maildir mbox dbox
 
 noinst_LIBRARIES = libstorage_index.a
 



More information about the dovecot-cvs mailing list