view src/plugins/Makefile.am @ 9193:568ddefd7c18 HEAD

mbox: Don't use UIDVALIDITY 1 for all new mailboxes.
author Timo Sirainen <tss@iki.fi>
date Tue, 07 Jul 2009 16:02:51 -0400
parents 29b1ec15880a
children e7c462e3e4bd
line wrap: on
line source

if BUILD_ZLIB_PLUGIN
ZLIB = zlib
endif

if BUILD_LUCENE
FTS_LUCENE = fts-lucene
endif

if BUILD_SOLR
FTS_LUCENE = fts-solr
endif

SUBDIRS = \
	acl \
	imap-acl \
	autocreate \
	convert \
	expire \
	fts \
	fts-squat \
	lazy-expunge \
	listescape \
	mail-log \
	mbox-snarf \
	quota \
	imap-quota \
	trash \
	virtual \
	$(ZLIB) \
	$(FTS_LUCENE) \
	$(FTS_SOLR)