From 8fce3848d94f9717323bbd5dc51a9d18956fa2b5 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Tue, 25 Oct 2011 15:42:44 -0400 Subject: [PATCH] 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 --- src/opr/NTMakefile | 3 ++- src/util/NTMakefile | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) 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 \ -- 2.39.5