summaryrefslogtreecommitdiff
path: root/lib/Makefile.inc
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2016-03-13 20:09:15 +0000
committerSteve Holme <steve_holme@hotmail.com>2016-03-26 17:21:22 +0000
commit4adee1947c8016359fb7ae01dd3998166ea0101a (patch)
treedb4076c86291e00c46773f882a077b5ac06d0bbb /lib/Makefile.inc
parent6d6f9ca1d978817af2f2780dafcceba281256e11 (diff)
downloadgnurl-4adee1947c8016359fb7ae01dd3998166ea0101a.tar.gz
gnurl-4adee1947c8016359fb7ae01dd3998166ea0101a.tar.bz2
gnurl-4adee1947c8016359fb7ae01dd3998166ea0101a.zip
http_negotiate: Combine GSS-API and SSPI source files
As the GSS-API and SSPI based source files are no longer library/API specific, following the extraction of that authentication code to the vauth directory, combine these files rather than maintain two separate versions.
Diffstat (limited to 'lib/Makefile.inc')
-rw-r--r--lib/Makefile.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Makefile.inc b/lib/Makefile.inc
index b9bb7149f..ce15cff05 100644
--- a/lib/Makefile.inc
+++ b/lib/Makefile.inc
@@ -50,10 +50,10 @@ LIB_CFILES = file.c timeval.c base64.c hostip.c progress.c formdata.c \
curl_sspi.c slist.c nonblock.c curl_memrchr.c imap.c pop3.c smtp.c \
pingpong.c rtsp.c curl_threads.c warnless.c hmac.c curl_rtmp.c \
openldap.c curl_gethostname.c gopher.c idn_win32.c \
- http_negotiate_sspi.c http_proxy.c non-ascii.c asyn-ares.c \
- asyn-thread.c curl_gssapi.c curl_ntlm.c curl_ntlm_wb.c \
- curl_ntlm_core.c curl_sasl.c curl_multibyte.c hostcheck.c conncache.c \
- pipeline.c dotdot.c x509asn1.c http2.c smb.c curl_endian.c curl_des.c
+ http_proxy.c non-ascii.c asyn-ares.c asyn-thread.c curl_gssapi.c \
+ curl_ntlm.c curl_ntlm_wb.c curl_ntlm_core.c curl_sasl.c \
+ curl_multibyte.c hostcheck.c conncache.c pipeline.c dotdot.c \
+ x509asn1.c http2.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 \