view src/lib-storage/Makefile.am @ 1915:79790750c349 HEAD

importing new index code. mbox still broken.
author Timo Sirainen <tss@iki.fi>
date Tue, 27 Apr 2004 23:25:52 +0300
parents bc76e08a9c9d
children 47e1e05cede0
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-save.c \
	mail-search.c \
	mail-storage.c \
	mailbox-tree.c \
	proxy-mail.c \
	proxy-mail-storage.c \
	proxy-mailbox.c

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