view src/plugins/Makefile.am @ 9531:e7c462e3e4bd HEAD

--with-lucene was actually enabling solr.
author Timo Sirainen <tss@iki.fi>
date Mon, 25 Jan 2010 01:03:57 +0200
parents 29b1ec15880a
children
line wrap: on
line source

if BUILD_ZLIB_PLUGIN
ZLIB = zlib
endif

if BUILD_LUCENE
FTS_LUCENE = fts-lucene
endif

if BUILD_SOLR
FTS_SOLR = 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)