diff options
author | Yang Tse <yangsita@gmail.com> | 2012-12-10 17:32:35 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2012-12-10 17:32:35 +0100 |
commit | aee540b831484e6bd454bd325e7010a29cfeeeb5 (patch) | |
tree | b61e8a9ae89e4aaf092131b5fce09c60ebc1373b /lib | |
parent | 4710d3d96977bb60db181083c8a1f39d836b3899 (diff) |
build: add bundles and conncache files to other build systems
Diffstat (limited to 'lib')
-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 5a750ad43..a8e7741b9 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -497,6 +497,8 @@ X_OBJS= \ $(DIROBJ)\asyn-ares.obj \
$(DIROBJ)\asyn-thread.obj \
$(DIROBJ)\base64.obj \
+ $(DIROBJ)\bundles.obj \
+ $(DIROBJ)\conncache.obj \
$(DIROBJ)\connect.obj \
$(DIROBJ)\content_encoding.obj \
$(DIROBJ)\cookie.obj \
|