gss: fix Windows preauth build issues
Fix kdc/kuser NTMakefiles for GSS-API pre-authentication dependencies
This commit is contained in:
@@ -7,6 +7,7 @@ afs_lib = $(LIB_kafs)
|
||||
endif
|
||||
|
||||
AM_CPPFLAGS += -I$(srcdir)/../lib/krb5 \
|
||||
-I$(srcdir)/../lib/gssapi \
|
||||
$(INCLUDE_libintl) \
|
||||
-DHEIMDAL_LOCALEDIR='"$(localedir)"'
|
||||
|
||||
|
@@ -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) \
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user