vauth: Moved the OAuth 2.0 authentication code to the new vauth directory

This commit is contained in:
Steve Holme 2015-09-12 15:24:44 +01:00
parent 6012fa5aee
commit 70e56939aa
6 changed files with 96 additions and 51 deletions

View file

@ -22,7 +22,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/krb5_sspi.c vauth/ntlm.c vauth/ntlm_sspi.c vauth/oauth2.c
LIB_VAUTH_HFILES = vauth/vauth.h vauth/digest.h vauth/ntlm.h