From ad5e9bfd5d08b5a1c5217b3eb709dc90505abaab Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 13 Mar 2016 16:02:42 +0000 Subject: vauth: Moved the Negotiate authentication code to the new vauth directory Part 1 of 2 - Moved the SSPI based Negotiate authentication code. --- lib/Makefile.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/Makefile.inc') diff --git a/lib/Makefile.inc b/lib/Makefile.inc index 566c450c9..67918f2d0 100644 --- a/lib/Makefile.inc +++ b/lib/Makefile.inc @@ -22,7 +22,9 @@ LIB_VAUTH_CFILES = vauth/vauth.c vauth/cleartext.c vauth/cram.c \ vauth/digest.c vauth/digest_sspi.c vauth/krb5_gssapi.c \ - vauth/krb5_sspi.c vauth/ntlm.c vauth/ntlm_sspi.c vauth/oauth2.c + vauth/krb5_sspi.c vauth/ntlm.c vauth/ntlm_sspi.c vauth/oauth2.c \ + vauth/spnego_sspi.c + LIB_VAUTH_HFILES = vauth/vauth.h vauth/digest.h vauth/ntlm.h -- cgit v1.2.3