1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

build: Corrected typos from commit 70e56939aa

This commit is contained in:
Steve Holme 2016-03-25 18:23:07 +00:00
parent 58a7bc96ec
commit e04f5c576d
2 changed files with 2 additions and 2 deletions

View File

@ -626,7 +626,7 @@ X_OBJS= \
$(DIROBJ)\krb5_sspi.obj \
$(DIROBJ)\ntlm.obj \
$(DIROBJ)\ntlm_sspi.obj \
$(DIROBJ)\oauth.obj \
$(DIROBJ)\oauth2.obj \
$(DIROBJ)\vtls.obj \
$(DIROBJ)\openssl.obj \
$(DIROBJ)\strdup.obj \

View File

@ -42,7 +42,7 @@ SOURCE \
curl_sasl_sspi.c smb.c curl_endian.c curl_des.c \
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/oauth.c
vauth/ntlm.c vauth/ntlm_sspi.c vauth/oauth2.c
USERINCLUDE ../../../lib ../../../include/curl
#ifdef ENABLE_SSL