diff options
author | Steve Holme <steve_holme@hotmail.com> | 2015-09-12 14:15:09 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2016-03-25 15:11:07 +0000 |
commit | e1dca8a11706360ef0f9403492ea4c9b67692615 (patch) | |
tree | 0ba3d121038a8894ccb836ceb13da21df0047b42 /lib/Makefile.inc | |
parent | 568d26e0f5c3001fbd2c4c0c794b5365e967d379 (diff) | |
download | curl-e1dca8a11706360ef0f9403492ea4c9b67692615.tar.gz |
vauth: Moved the Kerberos V5 authentication code to the new vauth directory
Diffstat (limited to 'lib/Makefile.inc')
-rw-r--r-- | lib/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile.inc b/lib/Makefile.inc index 365ec8a34..856d914fa 100644 --- a/lib/Makefile.inc +++ b/lib/Makefile.inc @@ -21,7 +21,8 @@ ########################################################################### LIB_VAUTH_CFILES = vauth/vauth.c vauth/cleartext.c vauth/cram.c \ - vauth/digest.c vauth/digest_sspi.c + vauth/digest.c vauth/digest_sspi.c vauth/krb5_gssapi.c \ + vauth/krb5_sspi.c LIB_VAUTH_HFILES = vauth/vauth.h vauth/digest.h @@ -52,8 +53,7 @@ LIB_CFILES = file.c timeval.c base64.c hostip.c progress.c formdata.c \ asyn-thread.c curl_gssapi.c curl_ntlm.c curl_ntlm_wb.c \ curl_ntlm_core.c curl_ntlm_msgs.c curl_sasl.c curl_multibyte.c \ hostcheck.c conncache.c pipeline.c dotdot.c x509asn1.c \ - http2.c curl_sasl_sspi.c smb.c curl_sasl_gssapi.c curl_endian.c \ - curl_des.c + http2.c curl_sasl_sspi.c smb.c curl_endian.c curl_des.c LIB_HFILES = arpa_telnet.h netrc.h file.h timeval.h hostip.h progress.h \ formdata.h cookie.h http.h sendf.h ftp.h url.h dict.h if2ip.h \ |