summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-06-29 11:18:27 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-06-29 11:18:27 +0000
commit5e2a74fcc45b77111f45d789604b84356749fdc6 (patch)
tree39b8fe1617f9cd2ad3b7041e8a1e38b14f195eb7
parent813d7585c71eae040eab1039fc2a7e7e4d38749e (diff)
downloadgnurl-5e2a74fcc45b77111f45d789604b84356749fdc6.tar.gz
gnurl-5e2a74fcc45b77111f45d789604b84356749fdc6.tar.bz2
gnurl-5e2a74fcc45b77111f45d789604b84356749fdc6.zip
added strtok.c as a source file
-rw-r--r--lib/Makefile.b323
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)