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) \

View File

@@ -7,6 +7,7 @@ afs_lib = $(LIB_kafs)
endif
AM_CPPFLAGS += -I$(srcdir)/../lib/krb5 \
-I$(srcdir)/../lib/gssapi \
$(INCLUDE_libintl) \
-DHEIMDAL_LOCALEDIR='"$(localedir)"'

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) \

View File

@@ -76,7 +76,7 @@
#include <gssapi_mech.h>
#include <gssapi/gssapi_preauth.h>
#include "../lib/gssapi/preauth/pa-private.h"
#include <preauth/pa-private.h>
#if defined(HAVE_SYS_IOCTL_H) && SunOS != 40
#include <sys/ioctl.h>

View File

@@ -320,6 +320,7 @@ INCFILES= \
$(INCDIR)\gssapi\gssapi_oid.h \
$(INCDIR)\gssapi\gssapi_ntlm.h \
$(INCDIR)\gssapi\gssapi_spnego.h \
$(INCDIR)\gssapi\gssapi_preauth.h \
$(INCDIR)\gssapi\gkrb5_err.h \
$(OBJ)\ntlm\ntlm-private.h \
$(OBJ)\spnego\spnego-private.h \