view src/lib-storage/Makefile.am @ 3209:923ff19873d4 HEAD

Major mail-storage API changes. It's now a bit cleaner and much more plugin friendly. Removed proxy_mailbox* stuff, they were difficult to use and there's now much easier way to replace them.
author Timo Sirainen <tss@iki.fi>
date Tue, 15 Mar 2005 21:01:50 +0200
parents fb7f862194b5
children 85fcdb478608
line wrap: on
line source

SUBDIRS = index subscription-file register

noinst_LIBRARIES = libstorage.a

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

libstorage_a_SOURCES = \
	mail.c \
	mail-copy.c \
	mail-search.c \
	mail-storage.c \
	mailbox-tree.c

noinst_HEADERS = \
	mail-copy.h \
	mail-search.h \
	mail-storage.h \
	mail-storage-private.h \
	mailbox-tree.h