dovecot-1.2: quota-fs: One more build fix.

dovecot at dovecot.org dovecot at dovecot.org
Wed Jul 15 19:12:53 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/6b7151c1fdc2
changeset: 9228:6b7151c1fdc2
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Jul 15 12:12:47 2009 -0400
description:
quota-fs: One more build fix.

diffstat:

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

diffs (12 lines):

diff -r b6aaca59301a -r 6b7151c1fdc2 src/plugins/quota/Makefile.am
--- a/src/plugins/quota/Makefile.am	Tue Jul 14 12:48:02 2009 -0400
+++ b/src/plugins/quota/Makefile.am	Wed Jul 15 12:12:47 2009 -0400
@@ -42,7 +42,7 @@ rquota_xdr.c: Makefile $(RQUOTA_X)
 	fi; \
 	(echo '#include "lib.h"'; \
 	 echo '#include <rpc/rpc.h>'; \
-	 $(RPCGEN) -c $$dir/rquota.x | \
+	 $(RPCGEN) -c $(top_builddir)/src/plugins/quota/rquota.x | \
 	  sed -e 's/IXDR_PUT/(void)IXDR_PUT/g' \
 	    -e 's,/usr/include/rpcsvc/rquota.h,rquota.h,' \
 	    -e 's/int32_t \*buf/int32_t *buf ATTR_UNUSED/' \


More information about the dovecot-cvs mailing list