view src/lib-storage/index/dbox/Makefile.am @ 4808:93bc9770f938 HEAD

Initial code for separation of mailbox accessing and directory layout handling. It's not yet possible to change the default layouts though.
author Timo Sirainen <tss@iki.fi>
date Thu, 16 Nov 2006 02:16:31 +0200
parents 8982857c24fa
children e77e4457d95c
line wrap: on
line source

noinst_LIBRARIES = libstorage_dbox.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 \
	-I$(top_srcdir)/src/lib-storage/index

libstorage_dbox_a_SOURCES = \
	dbox-file.c \
	dbox-keywords.c \
	dbox-mail.c \
	dbox-save.c \
	dbox-sync.c \
	dbox-sync-expunge.c \
	dbox-sync-full.c \
	dbox-storage.c \
	dbox-transaction.c \
	dbox-uidlist.c

noinst_HEADERS = \
	dbox-file.h \
	dbox-format.h \
	dbox-keywords.h \
	dbox-storage.h \
	dbox-sync.h \
	dbox-uidlist.h