]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
opr: build on Windows after queue.h move
authorJeffrey Altman <jaltman@your-file-system.com>
Tue, 25 Oct 2011 19:42:44 +0000 (15:42 -0400)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 26 Oct 2011 02:03:27 +0000 (19:03 -0700)
55efff93fe2762b58dc70cdd20aaf97e39825929 broke Windows.
update the NTMakefile in src/util and src/opr to correspond
to the move of queue.h.

Change-Id: I3379c131ee39758a36cf8574aff5766f79497236
Reviewed-on: http://gerrit.openafs.org/5732
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
src/opr/NTMakefile
src/util/NTMakefile

index 7957992de15a57344978acc95d281a7a2dfdcb97..bbd7d307f51aa2ccc5068b077230a224264f3866 100644 (file)
@@ -12,7 +12,8 @@ INCFILEDIR = $(DESTDIR)\include\afs
 
 INCFILES = \
        $(INCFILEDIR)\opr.h \
-       $(INCFILEDIR)\opr_assert.h
+       $(INCFILEDIR)\opr_assert.h \
+       $(DESTDIR)\include\opr\queue.h
 
 LIBFILE = $(DESTDIR)\lib\opr.lib
 
index 234c37635eaae5ed6025acd83ed328067f77bf8d..7e88fc0a47544fd1d7dc3da21cdc486eb05efc64 100644 (file)
@@ -14,7 +14,6 @@ INCFILEDIR = $(DESTDIR)\include\afs  # header file install directory
 
 INCFILES =\
        $(DESTDIR)\include\dirent.h \
-       $(DESTDIR)\include\opr\queue.h \
        $(INCFILEDIR)\afsutil.h \
        $(INCFILEDIR)\errors.h \
        $(INCFILEDIR)\vice.h \