From 84e5818d3b065b182171be731a0c30bbd1bbc035 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Tue, 25 Jun 2002 00:59:38 +0000 Subject: 2002-06-25 Marcus Brinkmann * Makefile (HURDLIBS): Add pager, reported by Alfred M. Szmidt. --- console/ChangeLog | 4 ++++ console/Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'console') diff --git a/console/ChangeLog b/console/ChangeLog index 7bb73433..485ce5c0 100644 --- a/console/ChangeLog +++ b/console/ChangeLog @@ -1,3 +1,7 @@ +2002-06-25 Marcus Brinkmann + + * Makefile (HURDLIBS): Add pager, reported by Alfred M. Szmidt. + 2002-06-25 Marcus Brinkmann * Makefile (LCLHDRS): Add priv.h and mutations.h. diff --git a/console/Makefile b/console/Makefile index 01b9bf3f..a9a15e8c 100644 --- a/console/Makefile +++ b/console/Makefile @@ -28,7 +28,7 @@ LCLHDRS = console.h display.h input.h priv.h mutations.h MIGSTUBS = notifyServer.o tioctlServer.o -HURDLIBS = netfs fshelp iohelp threads ports ihash shouldbeinlibc +HURDLIBS = netfs fshelp iohelp pager threads ports ihash shouldbeinlibc OBJS = $(sort $(SRCS:.c=.o) $(MIGSTUBS)) # This is the old monolithic version of the console server. -- cgit v1.2.3