summaryrefslogtreecommitdiff
path: root/console
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2002-06-25 00:59:38 +0000
committerMarcus Brinkmann <marcus@gnu.org>2002-06-25 00:59:38 +0000
commit84e5818d3b065b182171be731a0c30bbd1bbc035 (patch)
tree6dba2e53e2c06ba0b0bba4bf18ea21d3873099de /console
parent71a1935eec0e651a74ddfc51d2e291d6376e04f0 (diff)
2002-06-25 Marcus Brinkmann <marcus@gnu.org>
* Makefile (HURDLIBS): Add pager, reported by Alfred M. Szmidt.
Diffstat (limited to 'console')
-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.