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

@@ -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>