view src/plugins/Makefile.am @ 9354:687ac828b964 HEAD

lib-index: modseqs weren't tracked properly within session when changes were done.
author Timo Sirainen <tss@iki.fi>
date Tue, 01 Sep 2009 13:05:03 -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)