view src/Makefile.am @ 22658:ff99e7bff132

director: Allow proxy-notify to optionally be a socket Dovecot isn't using this currently, but it can be useful if external services want to send notifications.
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Fri, 27 Oct 2017 16:24:54 +0300
parents f6d27a985066
children 256a456b2af1
line wrap: on
line source

if HAVE_LDAP
LIB_LDAP=lib-ldap
endif

LIBDOVECOT_SUBDIRS = \
	lib-test \
	lib \
	lib-settings \
	lib-auth \
	lib-master \
	lib-charset \
	lib-ssl-iostream \
	lib-dcrypt \
	lib-dns \
	lib-dict \
	lib-sasl \
	lib-stats \
	lib-http \
	lib-fs \
	lib-mail \
	lib-smtp \
	lib-imap \
	lib-imap-storage \
	lib-program-client \
	lib-oauth2

SUBDIRS = \
	$(LIBDOVECOT_SUBDIRS) \
	lib-dict-extra \
	lib-dovecot \
	$(LIB_LDAP) \
	lib-fts \
	lib-imap-client \
	lib-imap-urlauth \
	lib-compression \
	lib-index \
	lib-storage \
	lib-sql \
	lib-ntlm \
	lib-otp \
	lib-lda \
	anvil \
	auth \
	dict \
	dns \
	indexer \
	ipc \
	master \
	login-common \
	imap-hibernate \
	imap-login \
	imap \
	imap-urlauth \
	pop3-login \
	pop3 \
	lda \
	lmtp \
	log \
	config \
	director \
	replication \
	util \
	doveadm \
	ssl-params \
	stats \
	plugins