added strtok.c as a source file

This commit is contained in:
Daniel Stenberg 2001-06-29 11:18:27 +00:00
parent 813d7585c7
commit 5e2a74fcc4
1 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,8 @@ SOURCES = \
getinfo.c \
version.c \
easy.c \
strequal.c
strequal.c \
strtok.c
OBJECTS = $(SOURCES:.c=.obj)