view src/lib-storage/Makefile.am @ 2796:fb7f862194b5 HEAD

Upgrades to autoconf 2.5 and automake >1.4.
author Timo Sirainen <tss@iki.fi>
date Thu, 21 Oct 2004 02:05:53 +0300
parents 47e1e05cede0
children 923ff19873d4
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-copy.c \
	mail-search.c \
	mail-storage.c \
	mailbox-tree.c \
	proxy-mail.c \
	proxy-mail-storage.c \
	proxy-mailbox.c

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