aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.vc6
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2010-01-15 06:33:46 +0000
committerDan Fandrich <dan@coneharvesters.com>2010-01-15 06:33:46 +0000
commita644af129e45b67d2a62270c6f5299c3839235e6 (patch)
tree28f2f4b03bb94b0bcb1af7e7fb6dfa3560601e97 /lib/Makefile.vc6
parent7624527591499ecf22634a28675e5bb2845149b5 (diff)
Added the new protocol source files to the non-autoconf build files
Diffstat (limited to 'lib/Makefile.vc6')
-rw-r--r--lib/Makefile.vc64
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6
index 8fb394577..265f3fe44 100644
--- a/lib/Makefile.vc6
+++ b/lib/Makefile.vc6
@@ -476,6 +476,7 @@ X_OBJS= \
$(DIROBJ)\http_negotiate.obj \
$(DIROBJ)\http_ntlm.obj \
$(DIROBJ)\if2ip.obj \
+ $(DIROBJ)\imap.obj \
$(DIROBJ)\inet_ntop.obj \
$(DIROBJ)\inet_pton.obj \
$(DIROBJ)\ldap.obj \
@@ -487,12 +488,15 @@ X_OBJS= \
$(DIROBJ)\netrc.obj \
$(DIROBJ)\nonblock.obj \
$(DIROBJ)\parsedate.obj \
+ $(DIROBJ)\pingpong.obj \
+ $(DIROBJ)\pop3.obj \
$(DIROBJ)\progress.obj \
$(DIROBJ)\rawstr.obj \
$(DIROBJ)\select.obj \
$(DIROBJ)\sendf.obj \
$(DIROBJ)\share.obj \
$(DIROBJ)\slist.obj \
+ $(DIROBJ)\smtp.obj \
$(DIROBJ)\socks.obj \
$(DIROBJ)\socks_gssapi.obj \
$(DIROBJ)\socks_sspi.obj \