diff --git a/lib/roken/Makefile.in b/lib/roken/Makefile.in index 8733e4200..2660f7694 100644 --- a/lib/roken/Makefile.in +++ b/lib/roken/Makefile.in @@ -98,6 +98,7 @@ SOURCES = \ snprintf.c \ socket.c \ strcasecmp.c \ + strcollect.c \ strdup.c \ strerror.c \ strftime.c \ @@ -153,6 +154,7 @@ OBJECTS = \ simple_exec.o \ snprintf.o \ socket.o \ + strcollect.o \ tm2time.o \ verify.o \ warnerr.o \