diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-04-07 20:36:48 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-04-07 20:36:48 +0000 |
commit | 2a045dfcebea70fb0d78f8ad16b2608970396865 (patch) | |
tree | 85c5e24fda4ff10cc7eb8ca86b50506056c112ca | |
parent | 893cbaaf2f82243d6172a520ee3fbe34c67fdaea (diff) |
fixed to build after the GnuTLS fixes
-rw-r--r-- | lib/Makefile.vc6 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index c9440c0a8..7c6813e5d 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -428,6 +428,7 @@ X_OBJS= \ $(DIROBJ)\telnet.obj \
$(DIROBJ)\parsedate.obj \
$(DIROBJ)\getenv.obj \
+ $(DIROBJ)\gtls.obj \
$(DIROBJ)\inet_pton.obj \
$(DIROBJ)\hostip.obj \
$(DIROBJ)\hostasyn.obj \
@@ -443,6 +444,7 @@ X_OBJS= \ $(DIROBJ)\progress.obj \
$(DIROBJ)\sendf.obj \
$(DIROBJ)\speedcheck.obj \
+ $(DIROBJ)\sslgen.obj \
$(DIROBJ)\ssluse.obj \
$(DIROBJ)\timeval.obj \
$(DIROBJ)\url.obj \
|