summaryrefslogtreecommitdiff
path: root/lib/Makefile.vc6
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2015-09-12 14:15:09 +0100
committerSteve Holme <steve_holme@hotmail.com>2016-03-25 15:11:07 +0000
commite1dca8a11706360ef0f9403492ea4c9b67692615 (patch)
tree0ba3d121038a8894ccb836ceb13da21df0047b42 /lib/Makefile.vc6
parent568d26e0f5c3001fbd2c4c0c794b5365e967d379 (diff)
downloadcurl-e1dca8a11706360ef0f9403492ea4c9b67692615.tar.gz
vauth: Moved the Kerberos V5 authentication code to the new vauth directory
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 3e65386e8..75f108710 100644
--- a/lib/Makefile.vc6
+++ b/lib/Makefile.vc6
@@ -546,7 +546,6 @@ X_OBJS= \
$(DIROBJ)\curl_ntlm_wb.obj \
$(DIROBJ)\curl_rtmp.obj \
$(DIROBJ)\curl_sasl.obj \
- $(DIROBJ)\curl_sasl_gssapi.obj \
$(DIROBJ)\curl_sasl_sspi.obj \
$(DIROBJ)\curl_sspi.obj \
$(DIROBJ)\curl_threads.obj \
@@ -625,6 +624,8 @@ X_OBJS= \
$(DIROBJ)\cram.obj \
$(DIROBJ)\digest.obj \
$(DIROBJ)\digest_sspi.obj \
+ $(DIROBJ)\krb5_gssapi.obj \
+ $(DIROBJ)\krb5_sspi.obj \
$(DIROBJ)\vtls.obj \
$(DIROBJ)\openssl.obj \
$(DIROBJ)\strdup.obj \