Makefile.am revision 379175cfba8150d481d9898b78330b719d128d84
if BUILD_ZLIB_PLUGIN
ZLIB = zlib imap-zlib
endif
if BUILD_LUCENE
FTS_LUCENE = fts-lucene
endif
if BUILD_SOLR
FTS_SOLR = fts-solr
endif
SUBDIRS = \
acl \
imap-acl \
autocreate \
expire \
fts \
fts-squat \
last-login \
lazy-expunge \
listescape \
notify \
mail-filter \
mail-log \
mailbox-alias \
quota \
imap-quota \
pop3-migration \
replication \
snarf \
stats \
imap-stats \
trash \
virtual \
$(ZLIB) \
$(FTS_LUCENE) \
$(FTS_SOLR)