[dovecot-cvs] dovecot/src/lib-storage/register .cvsignore,NONE,1.1 Makefile.am,NONE,1.1

cras at procontrol.fi cras at procontrol.fi
Wed Dec 4 20:28:40 EET 2002


Update of /home/cvs/dovecot/src/lib-storage/register
In directory danu:/tmp/cvs-serv16863/src/lib-storage/register

Added Files:
	.cvsignore Makefile.am 
Log Message:
First implementation of SORT extension. String comparing still not up to
spec, so we don't advertise it in capability string yet. The code supports
getting the data partially pre-sorted to reduce memory usage and make it
faster. So, in future we could use this by creating sorted binary trees.

Also moved mail-storage-register.c into it's own .a lib to fix circular
dependencies.



--- NEW FILE: .cvsignore ---
*.la
*.lo
*.o
.deps
.libs
Makefile
Makefile.in
so_locations
mail-storage-register.c

--- NEW FILE: Makefile.am ---
noinst_LIBRARIES = libstorage-register.a

INCLUDES = \
	-I$(top_srcdir)/src/lib \
	-I$(top_srcdir)/src/lib-imap \
	-I$(top_srcdir)/src/lib-storage

libstorage_register_a_SOURCES = \
	mail-storage-register.c

DISTFILES = $(DIST_COMMON) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)

distclean-generic:
	rm -f Makefile mail-storage-register.c




More information about the dovecot-cvs mailing list