add strcollect.[co]

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7786 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-01-09 10:59:06 +00:00
parent e1b38a9f91
commit 56000872ca

View File

@@ -98,6 +98,7 @@ SOURCES = \
snprintf.c \ snprintf.c \
socket.c \ socket.c \
strcasecmp.c \ strcasecmp.c \
strcollect.c \
strdup.c \ strdup.c \
strerror.c \ strerror.c \
strftime.c \ strftime.c \
@@ -153,6 +154,7 @@ OBJECTS = \
simple_exec.o \ simple_exec.o \
snprintf.o \ snprintf.o \
socket.o \ socket.o \
strcollect.o \
tm2time.o \ tm2time.o \
verify.o \ verify.o \
warnerr.o \ warnerr.o \