aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.vc6
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-08-28 01:19:08 +0200
committerYang Tse <yangsita@gmail.com>2011-08-28 01:19:08 +0200
commit135f69405804ac9ea73491704be5dfa447a155b0 (patch)
tree5c473dbcc2b04e3d27b0a6b5130dfbe9b2060c47 /lib/Makefile.vc6
parent260ee6b7bfbc4a49832a1e322d1cc5d9d3c33ddf (diff)
NTLM: move NTLM core specifics into curl_ntlm_core.[ch]
Diffstat (limited to 'lib/Makefile.vc6')
-rw-r--r--lib/Makefile.vc61
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6
index cbf4b8a03..d3b11d993 100644
--- a/lib/Makefile.vc6
+++ b/lib/Makefile.vc6
@@ -507,6 +507,7 @@ X_OBJS= \
$(DIROBJ)\curl_gethostname.obj \
$(DIROBJ)\curl_memrchr.obj \
$(DIROBJ)\curl_ntlm.obj \
+ $(DIROBJ)\curl_ntlm_core.obj \
$(DIROBJ)\curl_ntlm_wb.obj \
$(DIROBJ)\curl_rand.obj \
$(DIROBJ)\curl_rtmp.obj \