diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-06-29 11:18:27 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-06-29 11:18:27 +0000 |
commit | 5e2a74fcc45b77111f45d789604b84356749fdc6 (patch) | |
tree | 39b8fe1617f9cd2ad3b7041e8a1e38b14f195eb7 /lib/Makefile.b32 | |
parent | 813d7585c71eae040eab1039fc2a7e7e4d38749e (diff) | |
download | curl-5e2a74fcc45b77111f45d789604b84356749fdc6.tar.gz |
added strtok.c as a source file
Diffstat (limited to 'lib/Makefile.b32')
-rw-r--r-- | lib/Makefile.b32 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.b32 b/lib/Makefile.b32 index 1058e8bf4..44de4c53b 100644 --- a/lib/Makefile.b32 +++ b/lib/Makefile.b32 @@ -55,7 +55,8 @@ SOURCES = \ getinfo.c \
version.c \
easy.c \
- strequal.c
+ strequal.c \
+ strtok.c
OBJECTS = $(SOURCES:.c=.obj)
|