view doc/example-config/conf.d/Makefile.am @ 11648:de800a774943 HEAD

example-config: Added missing config files to the Makefile.
author Pascal Volk <user@localhost.localdomain.org>
date Mon, 28 Jun 2010 16:42:21 +0000
parents 06bd06c2f523
children 9b9a206395f7
line wrap: on
line source

pkgsysconfdir = $(sysconfdir)/dovecot

exampledir = $(docdir)/example-config/conf.d
example_DATA = \
	auth-checkpassword.conf.ext \
	auth-deny.conf.ext \
	auth-ldap.conf.ext \
	auth-master.conf.ext \
	auth-passwdfile.conf.ext \
	auth-sql.conf.ext \
	auth-static.conf.ext \
	auth-system.conf.ext \
	auth-vpopmail.conf.ext \
	10-auth.conf \
	10-director.conf \
	10-logging.conf \
	10-mail.conf \
	10-master.conf \
	10-ssl.conf \
	15-lda.conf \
	20-imap.conf \
	20-lmtp.conf \
	20-pop3.conf \
	90-acl.conf \
	90-plugin.conf \
	90-quota.conf

EXTRA_DIST = \
	$(example_DATA)