From: Jeffrey Altman Date: Wed, 28 May 2008 19:37:09 +0000 (+0000) Subject: windows-vlserver-headers-20080528 X-Git-Tag: openafs-devel-1_5_61~1066 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=5ad08dc1662c9c7eeea10dadd39f7a1f793f761b;p=packages%2Fo%2Fopenafs.git windows-vlserver-headers-20080528 LICENSE MIT make sure the headers are copied to the correct location by providing explicit rules --- diff --git a/src/vlserver/NTMakefile b/src/vlserver/NTMakefile index 184458799..6337b2c1a 100644 --- a/src/vlserver/NTMakefile +++ b/src/vlserver/NTMakefile @@ -21,6 +21,13 @@ INCFILES = \ $(INCFILEDIR)\vlserver.h \ $(INCFILEDIR)\vldbint.h + +$(INCFILEDIR)\afs\vlserver.h: vlserver.h + $(COPY) vlserver.h $(INCFILEDIR)\vlserver.h + +$(INCFILEDIR)\afs\vl_opcodes.h: vl_opcodes.h + $(COPY) vl_opcodes.h $(INCFILEDIR)\vl_opcodes.h + ############################################################################ # build afsvldb.lib @@ -115,6 +122,8 @@ vldbint.xdr.c: vldbint.xg vldbint.h vldbint.h: vldbint.xg $(RXGEN) -u -x -h -o $@ vldbint.xg + +$(INCFILEDIR)\vldbint.h: vldbint.h $(COPY) vldbint.h $(INCFILEDIR)\vldbint.h ############################################################################