view src/lib-storage/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 4f697dde0fca
children 5166b1e09f84
line wrap: on
line source

SUBDIRS = index subscription-file register

noinst_LIBRARIES = libstorage.a

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

libstorage_a_SOURCES = \
	mail-search.c \
	mail-storage.c

noinst_HEADERS = \
	mail-search.h \
	mail-storage.h