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 7957992..bbd7d30 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 234c376..7e88fc0 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 \