summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--console/ChangeLog4
-rw-r--r--console/Makefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/console/ChangeLog b/console/ChangeLog
index 7bb73433..485ce5c0 100644
--- a/console/ChangeLog
+++ b/console/ChangeLog
@@ -1,5 +1,9 @@
2002-06-25 Marcus Brinkmann <marcus@gnu.org>
+ * Makefile (HURDLIBS): Add pager, reported by Alfred M. Szmidt.
+
+2002-06-25 Marcus Brinkmann <marcus@gnu.org>
+
* Makefile (LCLHDRS): Add priv.h and mutations.h.
(MIGSTUBS): Add tioctlServer.o
* console.c: Include <hurd/ioctl-types.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.