dovecot: Compile fix when building outside source tree.

dovecot at dovecot.org dovecot at dovecot.org
Tue Aug 7 13:49:55 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/22060906360e
changeset: 6219:22060906360e
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Aug 07 13:49:51 2007 +0300
description:
Compile fix when building outside source tree.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/plugins/quota/Makefile.am |    2 +-

diffs (12 lines):

diff -r 74df0c0743c4 -r 22060906360e src/plugins/quota/Makefile.am
--- a/src/plugins/quota/Makefile.am	Tue Aug 07 13:46:55 2007 +0300
+++ b/src/plugins/quota/Makefile.am	Tue Aug 07 13:49:51 2007 +0300
@@ -28,7 +28,7 @@ lib10_quota_plugin_la_SOURCES = \
 	quota-storage.c
 
 if HAVE_RQUOTA
-quota-fs.c: rquota_xdr.c
+$(srcdir)/quota-fs.c: rquota_xdr.c
 
 rquota_xdr.c: Makefile
 	$(RPCGEN) -c /usr/include/rpcsvc/rquota.x | \


More information about the dovecot-cvs mailing list