From: Steve Holme Date: Sat, 5 Apr 2014 23:57:23 +0000 (+0100) Subject: Makefile.vc6: Added curl_sasl_sspi.c X-Git-Tag: curl-7_37_0~179 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0bc14c9faf1fd951ad905a5ab1be67f546bbad68;p=thirdparty%2Fcurl.git Makefile.vc6: Added curl_sasl_sspi.c --- diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index f2d441822a..2a80fc406e 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -542,6 +542,7 @@ X_OBJS= \ $(DIROBJ)\curl_ntlm_wb.obj \ $(DIROBJ)\curl_rtmp.obj \ $(DIROBJ)\curl_sasl.obj \ + $(DIROBJ)\curl_sasl_sspi.obj \ $(DIROBJ)\curl_schannel.obj \ $(DIROBJ)\curl_sspi.obj \ $(DIROBJ)\curl_threads.obj \