mirror of
https://github.com/curl/curl.git
synced 2026-07-23 02:17:21 +03:00
VC: add missing file
http_negotiate_sspi.c was added to the source tree recently
This commit is contained in:
parent
6f0ee717c3
commit
05ebc6f0cc
1 changed files with 2 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue