aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.inc
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2016-03-13 18:51:46 +0000
committerSteve Holme <steve_holme@hotmail.com>2016-03-26 17:21:22 +0000
commit6d6f9ca1d978817af2f2780dafcceba281256e11 (patch)
tree0a896330689e964a719d1e1f8bc311422de66da5 /lib/Makefile.inc
parentad5e9bfd5d08b5a1c5217b3eb709dc90505abaab (diff)
vauth: Moved the Negotiate authentication code to the new vauth directory
Part 2 of 2 - Moved the GSS-API based Negotiate authentication code.
Diffstat (limited to 'lib/Makefile.inc')
-rw-r--r--lib/Makefile.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Makefile.inc b/lib/Makefile.inc
index 67918f2d0..b9bb7149f 100644
--- a/lib/Makefile.inc
+++ b/lib/Makefile.inc
@@ -23,8 +23,7 @@
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/spnego_sspi.c
-
+ vauth/spnego_gssapi.c vauth/spnego_sspi.c
LIB_VAUTH_HFILES = vauth/vauth.h vauth/digest.h vauth/ntlm.h