From 761d5166aff64c877a72fff48a5f754dfa1ab4e0 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 7 Feb 2015 20:50:30 +0000 Subject: schannel: Removed curl_ prefix from source files Removed the curl_ prefix from the schannel source files as discussed with Marc and Daniel at FOSDEM. --- lib/Makefile.vc6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile.vc6') 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 \ -- cgit v1.2.3