From: Jeffrey Altman Date: Thu, 21 Jan 2010 20:30:23 +0000 (-0500) Subject: Install bucoord/bc.h to permit Windows to build X-Git-Tag: openafs-devel-1_5_70~15 X-Git-Url: http://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=18ace069417cde36b2af8439c375fd247ed4d8aa Install bucoord/bc.h to permit Windows to build Change I0a0ae92d3c7ba75e4a331bf59ea9c031763cc704 broke the Windows build. Fix it. Change-Id: I08db225790a37eee3e4fd778eacabc7168abee77 Reviewed-on: http://gerrit.openafs.org/1135 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/bucoord/NTMakefile b/src/bucoord/NTMakefile index aa63e54..bdc05a9 100644 --- a/src/bucoord/NTMakefile +++ b/src/bucoord/NTMakefile @@ -13,7 +13,7 @@ AFSDEV_AUXCDEFINES = $(AFSDEV_AUXCDEFINES) -DNOGDI -DWIN32_LEAN_AND_MEAN ######################################################################### # install local include file INCFILES = \ - bc.h \ + $(DESTDIR)\include\afs\bc.h \ $(DESTDIR)\include\afs\bucoord_prototypes.h ############################################################################