view src/lib-storage/index/Makefile.am @ 273:9be2c12d0983 HEAD

STORE needs to sync too, or maildir could see old filenames.
author Timo Sirainen <tss@iki.fi>
date Thu, 19 Sep 2002 21:58:09 +0300
parents 4716cf66c2cc
children 0d75aa8b7344
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-fetch-section.c \
	index-messageset.c \
	index-msgcache.c \
	index-save.c \
	index-search.c \
	index-status.c \
	index-storage.c \
	index-sync.c \
	index-update-flags.c

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