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

@@ -33,6 +33,8 @@ RELDIR=kdc
!include ../windows/NTMakefile.w32
intcflags=-I$(OBJ) -I$(SRC)\lib\gssapi -I$(OBJDIR)\lib\gssapi
BINPROGRAMS=$(BINDIR)\string2key.exe
SBINPROGRAMS=$(SBINDIR)\kstash.exe
@@ -59,6 +61,7 @@ clean::
BIN_LIBS=\
$(LIBHDB) \
$(LIBGSSAPI) \
$(LIBHEIMDAL) \
$(LIBROKEN) \
$(LIBVERS)
@@ -112,6 +115,7 @@ LIBKDC_OBJS=\
LIBKDC_LIBS=\
$(LIBHDB) \
$(LIBGSSAPI) \
$(LIBHEIMBASE) \
$(LIBHEIMDAL) \
$(LIBHEIMNTLM) \