gss: move GSS pre-auth helpers to convenience lib

GSS pre-auth helpers do not belong in libgssapi, so move them to a separate
convenience library.
This commit is contained in:
Luke Howard
2021-08-27 14:20:01 +10:00
parent 773802aecf
commit 774f50b28b
21 changed files with 165 additions and 108 deletions

View File

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