view doc/example-config/conf.d/Makefile.am @ 9842:e95135898a3c HEAD

Split dovecot-example.conf to multiple files. Also it's now installed under docdir.
author Timo Sirainen <tss@iki.fi>
date Mon, 31 Aug 2009 16:35:43 -0400
parents
children f69c5c25f176
line wrap: on
line source

pkgsysconfdir = $(sysconfdir)/dovecot

exampledir = $(docdir)/example-config/conf.d
example_DATA = \
	auth.conf \
	imap.conf \
	lda.conf \
	logging.conf \
	mail.conf \
	master.conf \
	plugin.conf \
	pop3.conf \
	ssl.conf

EXTRA_DIST = \
	$(example_DATA)