diff --git a/lib/roken/Makefile.in b/lib/roken/Makefile.in index a279ead29..530eb4e2b 100644 --- a/lib/roken/Makefile.in +++ b/lib/roken/Makefile.in @@ -43,8 +43,10 @@ SOURCES = \ emalloc.c \ erealloc.c \ estrdup.c \ + eread.c \ err.c \ errx.c \ + ewrite.c \ fchown.c \ flock.c \ fnmatch.c \ @@ -115,8 +117,10 @@ OBJECTS = \ base64.o \ concat.o \ emalloc.o \ + eread.o \ erealloc.o \ estrdup.o \ + ewrite.o \ get_window_size.o \ getarg.o \ inaddr2str.o \