view src/lib-storage/index/Makefile.am @ 4303:5f03738219a6 HEAD

Changed mail-storage API to do the mail sorting internally. Optimized it internally to keep a 32bit sort_id field in index for each used primary sort condition. Practically this should mean less disk I/O, memory and CPU usage when SORT command is used.
author Timo Sirainen <timo.sirainen@movial.fi>
date Thu, 08 Jun 2006 15:49:31 +0300
parents fd0986477809
children e77e4457d95c
line wrap: on
line source

SUBDIRS = maildir mbox dbox

noinst_LIBRARIES = libstorage_index.a

AM_CPPFLAGS = \
	-I$(top_srcdir)/src/lib \
	-I$(top_srcdir)/src/lib-mail \
	-I$(top_srcdir)/src/lib-imap \
	-I$(top_srcdir)/src/lib-index \
	-I$(top_srcdir)/src/lib-storage

libstorage_index_a_SOURCES = \
	index-fetch.c \
	index-mail.c \
	index-mail-headers.c \
	index-mailbox-check.c \
	index-search.c \
	index-sort.c \
	index-status.c \
	index-storage.c \
	index-sync.c \
	index-transaction.c

noinst_HEADERS = \
	index-mail.h \
	index-sort.h \
	index-storage.h