From: Jeffrey Altman Date: Tue, 25 Oct 2011 19:42:44 +0000 (-0400) Subject: opr: build on Windows after queue.h move X-Git-Tag: upstream/1.8.0_pre1^2~3119 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=8fce3848d94f9717323bbd5dc51a9d18956fa2b5;p=packages%2Fo%2Fopenafs.git opr: build on Windows after queue.h move 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 Tested-by: Jeffrey Altman --- diff --git a/src/opr/NTMakefile b/src/opr/NTMakefile index 7957992de..bbd7d307f 100644 --- a/src/opr/NTMakefile +++ b/src/opr/NTMakefile @@ -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 diff --git a/src/util/NTMakefile b/src/util/NTMakefile index 234c37635..7e88fc0a4 100644 --- a/src/util/NTMakefile +++ b/src/util/NTMakefile @@ -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 \