dovecot: rquota_xdr.h -> rquota.h
    dovecot at dovecot.org 
    dovecot at dovecot.org
       
    Mon Sep 17 15:57:17 EEST 2007
    
    
  
details:   http://hg.dovecot.org/dovecot/rev/2ab3cb6af745
changeset: 6438:2ab3cb6af745
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Sep 17 15:57:11 2007 +0300
description:
rquota_xdr.h -> rquota.h
diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
src/plugins/quota/Makefile.am |    6 +++---
diffs (21 lines):
diff -r 92bce6a3fdad -r 2ab3cb6af745 src/plugins/quota/Makefile.am
--- a/src/plugins/quota/Makefile.am	Mon Sep 17 11:29:08 2007 +0300
+++ b/src/plugins/quota/Makefile.am	Mon Sep 17 15:57:11 2007 +0300
@@ -32,14 +32,14 @@ lib10_quota_plugin_la_DEPENDENCIES = \
 	rquota_xdr.c
 
 RQUOTA_X = /usr/include/rpcsvc/rquota.x
-rquota_xdr.c: Makefile rquota_xdr.h $(RQUOTA_X)
+rquota_xdr.c: Makefile rquota.h $(RQUOTA_X)
 	$(RPCGEN) -c $(RQUOTA_X) | \
 	  sed -e 's/IXDR_PUT/(void)IXDR_PUT/g' \
 	    -e 's/int32_t \*buf/int32_t *buf ATTR_UNUSED/' > rquota_xdr.c
 
 # BSD rpcgen wants to include the .h from current directory, so generate it
-rquota_xdr.h:
-	$(RPCGEN) -h $(RQUOTA_X) > rquota_xdr.h
+rquota.h:
+	$(RPCGEN) -h $(RQUOTA_X) > rquota.h
 endif
 
 noinst_HEADERS = \
    
    
More information about the dovecot-cvs
mailing list