aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.vc6
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-08-03 13:09:39 +0200
committerYang Tse <yangsita@gmail.com>2010-08-03 13:09:39 +0200
commit6028fdb3053657ae0bd099b704eca0e108ed9b7d (patch)
tree2c3de92982cfa94d9d7009f53214202923ef6e7b /lib/Makefile.vc6
parent45456135d586e894bc749f9f48d3bc84855636c3 (diff)
build: add missing new files to non-configure target build files
Diffstat (limited to 'lib/Makefile.vc6')
-rw-r--r--lib/Makefile.vc62
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6
index ed1e241b2..b4a10f325 100644
--- a/lib/Makefile.vc6
+++ b/lib/Makefile.vc6
@@ -454,6 +454,7 @@ X_OBJS= \
$(DIROBJ)\cookie.obj \
$(DIROBJ)\curl_addrinfo.obj \
$(DIROBJ)\curl_fnmatch.obj \
+ $(DIROBJ)\curl_gethostname.obj \
$(DIROBJ)\curl_memrchr.obj \
$(DIROBJ)\curl_rand.obj \
$(DIROBJ)\curl_rtmp.obj \
@@ -490,6 +491,7 @@ X_OBJS= \
$(DIROBJ)\inet_pton.obj \
$(DIROBJ)\ldap.obj \
$(DIROBJ)\llist.obj \
+ $(DIROBJ)\md4.obj \
$(DIROBJ)\md5.obj \
$(DIROBJ)\memdebug.obj \
$(DIROBJ)\mprintf.obj \