view src/lib-storage/Makefile.am @ 903:fd8888f6f037 HEAD

Naming style changes, finally got tired of most of the typedefs. Also the previous enum -> macro change reverted so that we don't use the highest bit anymore, that's incompatible with old indexes so they will be rebuilt.
author Timo Sirainen <tss@iki.fi>
date Sun, 05 Jan 2003 15:09:51 +0200
parents d3bd41a56309
children 4f697dde0fca
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-imap

libstorage_a_SOURCES = \
	mail-search.c \
	mail-sort.c \
	mail-storage.c

noinst_HEADERS = \
	mail-search.h \
	mail-sort.h \
	mail-storage.h