view src/Makefile.am @ 19604:c996bc091c6b

master: Do not close stdout if going foreground This lets one to use /dev/stdout for logging. Mainly useful for testing purposes where we can generate log output to stdout and use tee to write it to a file for later examination.
author Aki Tuomi <aki.tuomi@dovecot.fi>
date Mon, 18 Jan 2016 15:50:23 +0200
parents 64c73e6bd397
children ebf926e29527
line wrap: on
line source

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

SUBDIRS = \
	$(LIBDOVECOT_SUBDIRS) \
	lib-dovecot \
	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