view src/lib-storage/index/Makefile.am @ 988:8028c4dcf38f HEAD

mail-storage.h interface changes, affects pretty much everything. FETCH, SEARCH, SORT and THREAD handling were pretty much moved from lib-storage/ to imap/ so adding non-index storages would be much easier now. Also POP3 server can now be easily implemented with lib-storage. Not too well tested, and at least one major problem: partial fetching is _slow_.
author Timo Sirainen <tss@iki.fi>
date Mon, 20 Jan 2003 16:52:51 +0200
parents a9c273854dd2
children 17ac2832c63f
line wrap: on
line source

SUBDIRS = maildir mbox

noinst_LIBRARIES = libstorage_index.a

INCLUDES = \
	-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-copy.c \
	index-expunge.c \
	index-fetch.c \
	index-mail.c \
	index-mailbox-check.c \
	index-messageset.c \
	index-save.c \
	index-search.c \
	index-status.c \
	index-storage.c \
	index-sync.c \
	index-update-flags.c

noinst_HEADERS = \
	index-messageset.h \
	index-storage.h