From: Karl M Date: Sat, 12 Mar 2011 23:23:04 +0000 (+0100) Subject: VC: add missing file X-Git-Tag: curl-7_21_5~105 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=05ebc6f0cca4a6217c7ce78f7240f393f2d83003;p=thirdparty%2Fcurl.git VC: add missing file http_negotiate_sspi.c was added to the source tree recently --- diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index cb4f0fb6f3..eff17d0216 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 1999 - 2010, Daniel Stenberg, , et al. +# Copyright (C) 1999 - 2011, Daniel Stenberg, , et al. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms @@ -493,6 +493,7 @@ X_OBJS= \ $(DIROBJ)\http_chunks.obj \ $(DIROBJ)\http_digest.obj \ $(DIROBJ)\http_negotiate.obj \ + $(DIROBJ)\http_negotiate_sspi.obj \ $(DIROBJ)\http_ntlm.obj \ $(DIROBJ)\http.obj \ $(DIROBJ)\if2ip.obj \