summaryrefslogtreecommitdiff
path: root/lib/Makefile.vc6
diff options
context:
space:
mode:
authorKarl M <karlm30@hotmail.com>2011-03-13 00:23:04 +0100
committerDaniel Stenberg <daniel@haxx.se>2011-03-13 00:23:04 +0100
commit05ebc6f0cca4a6217c7ce78f7240f393f2d83003 (patch)
tree9a1f8eab8ee63f5deec8ab6c9edf7fd46e2b0248 /lib/Makefile.vc6
parent6f0ee717c3752e06144e87b45bb56c24ce8237f7 (diff)
downloadcurl-05ebc6f0cca4a6217c7ce78f7240f393f2d83003.tar.gz
VC: add missing file
http_negotiate_sspi.c was added to the source tree recently
Diffstat (limited to 'lib/Makefile.vc6')
-rw-r--r--lib/Makefile.vc63
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6
index cb4f0fb6f..eff17d021 100644
--- a/lib/Makefile.vc6
+++ b/lib/Makefile.vc6
@@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 1999 - 2010, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 1999 - 2011, Daniel Stenberg, <daniel@haxx.se>, 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 \