view Makefile.am @ 4402:8846e6be0e02 HEAD

If multiple passdbs were configured and we tried to authenticate as user which was in more than one of them with different passwords, we gave "multiple passwords not supported" error.
author Timo Sirainen <tss@iki.fi>
date Sat, 17 Jun 2006 18:23:00 +0300
parents 407e6c620d70
children e77e4457d95c
line wrap: on
line source

if BUILD_DOCS
DOCS = doc
endif

SUBDIRS = \
	src \
	$(DOCS)

confdir = $(sysconfdir)
conf_DATA = dovecot-example.conf

EXTRA_DIST = \
	COPYING.LGPL \
	COPYING.MIT \
	$(conf_DATA)

noinst_DATA = dovecot-config

dovecot-config: dovecot-config.in
	cat dovecot-config.in|sed "s|moduledir=|moduledir=$(moduledir)|" > dovecot-config

CLEANFILES = $(noinst_DATA)