From 0e94e3b34be2b37a978cd7508a167615d82b355c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 31 Jan 1999 20:49:54 +0000 Subject: Added bump buffer. --- c/src/libmisc/wrapup/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'c/src/libmisc') diff --git a/c/src/libmisc/wrapup/Makefile.in b/c/src/libmisc/wrapup/Makefile.in index e28721a1e0..9a93b4632f 100644 --- a/c/src/libmisc/wrapup/Makefile.in +++ b/c/src/libmisc/wrapup/Makefile.in @@ -20,7 +20,8 @@ LIBS=../monitor/$(ARCH)/libmonitor-tmp.a \ ../assoc/$(ARCH)/libassoc-tmp.a \ ../stackchk/$(ARCH)/libstackchk-tmp.a \ ../cpuuse/$(ARCH)/libcpuuse-tmp.a \ - ../rtmonuse/$(ARCH)/librtmonuse-tmp.a + ../rtmonuse/$(ARCH)/librtmonuse-tmp.a \ + ../dumpbuf/$(ARCH)/libdumpbuf-tmp.a RELS= -- cgit v1.2.3