From: Jeffrey Altman Date: Wed, 14 Oct 2009 02:35:55 +0000 (-0400) Subject: Windows: fix build due to broken src/volser/NTMakefile X-Git-Tag: openafs-devel-1_5_66~69 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=5a403db74efc732c3695fb60d4baa652656151a5;p=packages%2Fo%2Fopenafs.git Windows: fix build due to broken src/volser/NTMakefile Commit 82aa5b4e09ac8a550525efd0e357783a3b3aed88 incorrectly updated the src/volser/NTMakefile resulting in a broken build system. Reviewed-on: http://gerrit.openafs.org/658 Reviewed-by: Derrick Brashear Tested-by: Jeffrey Altman Reviewed-by: Jeffrey Altman --- diff --git a/src/volser/NTMakefile b/src/volser/NTMakefile index 08090b898..a10ca82cb 100644 --- a/src/volser/NTMakefile +++ b/src/volser/NTMakefile @@ -18,8 +18,8 @@ INCFILEDIR = $(DESTDIR)\include\afs # header file install directory INCFILES = \ $(INCFILEDIR)\volser_prototypes.h \ + $(INCFILEDIR)\volser_internal.h \ $(INCFILEDIR)\vsutils_prototypes.h \ - $(INCFILEDIR)\volser_prototypes.h \ $(INCFILEDIR)\lockprocs_prototypes.h \ $(INCFILEDIR)\volser.h \ $(INCFILEDIR)\volint.h @@ -29,6 +29,7 @@ LOCAL_INCFILES = \ volser.h \ volint.h + ############################################################################ # Build volser library.