diff options
Diffstat (limited to 'console/Makefile')
-rw-r--r-- | console/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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. |