aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.vc6
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2015-09-12 13:02:27 +0100
committerSteve Holme <steve_holme@hotmail.com>2016-03-25 12:05:23 +0000
commitec5b8dc64797789d34023ab6f843eb0cfa3953b9 (patch)
tree349e8a6a5795ce537ed0514148d9addb76cff97e /lib/Makefile.vc6
parent6101e358197309648aeb78ca6f2d2699c89033f2 (diff)
vauth: Moved the CRAM-MD5 authentication code to the new vauth directory
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 57f757a9b..54f7e516f 100644
--- a/lib/Makefile.vc6
+++ b/lib/Makefile.vc6
@@ -622,6 +622,7 @@ X_OBJS= \
$(DIROBJ)\ssh.obj \
$(DIROBJ)\vauth.obj \
$(DIROBJ)\cleartext.obj \
+ $(DIROBJ)\cram.obj \
$(DIROBJ)\vtls.obj \
$(DIROBJ)\openssl.obj \
$(DIROBJ)\strdup.obj \