]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
VC: add missing file
authorKarl M <karlm30@hotmail.com>
Sat, 12 Mar 2011 23:23:04 +0000 (00:23 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 12 Mar 2011 23:23:04 +0000 (00:23 +0100)
http_negotiate_sspi.c was added to the source tree recently

lib/Makefile.vc6

index cb4f0fb6f353f351a76bce1bf1da02947d68e84d..eff17d021659263c3d91b2b2a29c8e6794a212f6 100644 (file)
@@ -5,7 +5,7 @@
 #                            | (__| |_| |  _ <| |___\r
 #                             \___|\___/|_| \_\_____|\r
 #\r
-# Copyright (C) 1999 - 2010, Daniel Stenberg, <daniel@haxx.se>, et al.\r
+# Copyright (C) 1999 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.\r
 #\r
 # This software is licensed as described in the file COPYING, which\r
 # you should have received as part of this distribution. The terms\r
@@ -493,6 +493,7 @@ X_OBJS= \
        $(DIROBJ)\http_chunks.obj \\r
        $(DIROBJ)\http_digest.obj \\r
        $(DIROBJ)\http_negotiate.obj \\r
+        $(DIROBJ)\http_negotiate_sspi.obj \\r
        $(DIROBJ)\http_ntlm.obj \\r
        $(DIROBJ)\http.obj \\r
        $(DIROBJ)\if2ip.obj \\r