gss: fix Windows preauth build issues

Fix kdc/kuser NTMakefiles for GSS-API pre-authentication dependencies
This commit is contained in:
Luke Howard
2021-08-12 17:57:17 +10:00
parent 49f3f5bd99
commit 3302b38e53
5 changed files with 9 additions and 2 deletions

View File

@@ -31,7 +31,7 @@
RELDIR=kuser
intcflags=-I$(OBJ)
intcflags=-I$(OBJ) -I$(SRC)\lib\gssapi -I$(OBJDIR)\lib\gssapi
!include ../windows/NTMakefile.w32
@@ -55,6 +55,7 @@ NOINSTPROGRAMS=\
BINLIBS=\
$(LIBGSSAPI) \
$(LIBHEIMDAL) \
$(LIBHEIMNTLM) \
$(LIBHX509) \