diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-04-12 18:12:46 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-04-12 18:12:46 +0000 |
commit | d774730f8389dbed92425cfac4390317b938b19f (patch) | |
tree | a0879891b985afe2d8e1aaf7447898dcb06bfd01 /lib | |
parent | c2edf42567d4e3a388bfcddbe4b7171f85de7aa2 (diff) |
added splay
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.vc6 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index 3ba268e73..6075ccb11 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -480,6 +480,7 @@ X_OBJS= \ $(DIROBJ)\select.obj \
$(DIROBJ)\content_encoding.obj \
$(DIROBJ)\tftp.obj \
+ $(DIROBJ)\splay.obj \
$(RESOURCE)
all : $(TARGET)
|