view src/plugins/Makefile.am @ 22711:25d4771ad0fd

lib-storage: mailbox_list_index - indentation cleanup
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Thu, 14 Dec 2017 02:10:27 +0200
parents fc335480acb3
children 11dcd0b74b86
line wrap: on
line source

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

if HAVE_LDAP
DICT_LDAP = dict-ldap
endif

if HAVE_APPARMOR
APPARMOR = apparmor
endif

SUBDIRS = \
	acl \
	imap-acl \
	autocreate \
	expire \
	fts \
	fts-squat \
	last-login \
	lazy-expunge \
	listescape \
	notify \
	notify-status \
	push-notification \
	mail-filter \
	mail-log \
	mailbox-alias \
	quota \
	quota-clone \
	imap-quota \
	pop3-migration \
	replication \
	snarf \
	stats \
	imap-stats \
	mail-crypt \
	trash \
	virtual \
	welcome \
	$(ZLIB) \
	$(FTS_LUCENE) \
	$(FTS_SOLR) \
	$(DICT_LDAP) \
	$(APPARMOR) \
	fs-compress \
	var-expand-crypt