]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Windows: fix build due to broken src/volser/NTMakefile
authorJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 14 Oct 2009 02:35:55 +0000 (22:35 -0400)
committerJeffrey Altman <jaltman|account-1000011@unknown>
Wed, 14 Oct 2009 12:09:01 +0000 (05:09 -0700)
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 <shadow@dementia.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
src/volser/NTMakefile

index 08090b898b18f8741dda04d0e2e04a51957c458b..a10ca82cbcf69208755aff5f079689004ebd5c3f 100644 (file)
@@ -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.