view src/plugins/Makefile.am @ 9359:6debbb31df39 HEAD

lib-index: Minor code cleanup.
author Timo Sirainen <tss@iki.fi>
date Sun, 06 Sep 2009 19:06:52 -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)