From 5a403db74efc732c3695fb60d4baa652656151a5 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Tue, 13 Oct 2009 22:35:55 -0400 Subject: [PATCH] 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 --- src/volser/NTMakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.39.5