diff options
author | Steve Holme <steve_holme@hotmail.com> | 2015-02-07 20:50:30 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2015-02-07 21:34:33 +0000 |
commit | 761d5166aff64c877a72fff48a5f754dfa1ab4e0 (patch) | |
tree | dd640f6733fc6500a3ecea412cb90f9566487b7a /lib/Makefile.inc | |
parent | 05792d69363fb90dc11d763d540da8ec78e7ff41 (diff) |
schannel: Removed curl_ prefix from source files
Removed the curl_ prefix from the schannel source files as discussed
with Marc and Daniel at FOSDEM.
Diffstat (limited to 'lib/Makefile.inc')
-rw-r--r-- | lib/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.inc b/lib/Makefile.inc index 4f81cd07b..e4ce0bb3e 100644 --- a/lib/Makefile.inc +++ b/lib/Makefile.inc @@ -22,11 +22,11 @@ LIB_VTLS_CFILES = vtls/openssl.c vtls/gtls.c vtls/vtls.c vtls/nss.c \ vtls/polarssl.c vtls/polarssl_threadlock.c vtls/axtls.c \ - vtls/cyassl.c vtls/curl_schannel.c vtls/curl_darwinssl.c vtls/gskit.c + vtls/cyassl.c vtls/schannel.c vtls/curl_darwinssl.c vtls/gskit.c LIB_VTLS_HFILES = vtls/openssl.h vtls/vtls.h vtls/gtls.h \ vtls/nssg.h vtls/polarssl.h vtls/polarssl_threadlock.h vtls/axtls.h \ - vtls/cyassl.h vtls/curl_schannel.h vtls/curl_darwinssl.h vtls/gskit.h + vtls/cyassl.h vtls/schannel.h vtls/curl_darwinssl.h vtls/gskit.h LIB_CFILES = file.c timeval.c base64.c hostip.c progress.c formdata.c \ cookie.c http.c sendf.c ftp.c url.c dict.c if2ip.c speedcheck.c \ |