aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.vc6
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2015-02-07 20:50:30 +0000
committerSteve Holme <steve_holme@hotmail.com>2015-02-07 21:34:33 +0000
commit761d5166aff64c877a72fff48a5f754dfa1ab4e0 (patch)
treedd640f6733fc6500a3ecea412cb90f9566487b7a /lib/Makefile.vc6
parent05792d69363fb90dc11d763d540da8ec78e7ff41 (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.vc6')
-rw-r--r--lib/Makefile.vc62
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6
index 8e0314604..3abc9c2d0 100644
--- a/lib/Makefile.vc6
+++ b/lib/Makefile.vc6
@@ -550,7 +550,6 @@ X_OBJS= \
$(DIROBJ)\curl_sasl.obj \
$(DIROBJ)\curl_sasl_gssapi.obj \
$(DIROBJ)\curl_sasl_sspi.obj \
- $(DIROBJ)\curl_schannel.obj \
$(DIROBJ)\curl_sspi.obj \
$(DIROBJ)\curl_threads.obj \
$(DIROBJ)\cyassl.obj \
@@ -608,6 +607,7 @@ X_OBJS= \
$(DIROBJ)\progress.obj \
$(DIROBJ)\rawstr.obj \
$(DIROBJ)\rtsp.obj \
+ $(DIROBJ)\schannel.obj \
$(DIROBJ)\security.obj \
$(DIROBJ)\select.obj \
$(DIROBJ)\sendf.obj \