dovecot: Try an alternative way to specify rquota_xdr.c dependency.

dovecot at dovecot.org dovecot at dovecot.org
Mon Sep 17 10:41:04 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/1672a4cb665e
changeset: 6435:1672a4cb665e
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Sep 17 10:41:00 2007 +0300
description:
Try an alternative way to specify rquota_xdr.c dependency.

diffstat:

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

diffs (13 lines):

diff -r 7b745fb85975 -r 1672a4cb665e src/plugins/quota/Makefile.am
--- a/src/plugins/quota/Makefile.am	Mon Sep 17 10:35:24 2007 +0300
+++ b/src/plugins/quota/Makefile.am	Mon Sep 17 10:41:00 2007 +0300
@@ -28,7 +28,8 @@ lib10_quota_plugin_la_SOURCES = \
 	quota-storage.c
 
 if HAVE_RQUOTA
-$(srcdir)/quota-fs.c: rquota_xdr.c
+lib10_quota_plugin_la_DEPENDENCIES = \
+	rquota_xdr.c
 
 rquota_xdr.c: Makefile
 	$(RPCGEN) -c /usr/include/rpcsvc/rquota.x | \


More information about the dovecot-cvs mailing list