diff options
Diffstat (limited to 'console/Makefile')
-rw-r--r-- | console/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/console/Makefile b/console/Makefile index 0ad406e7..71f7f1e4 100644 --- a/console/Makefile +++ b/console/Makefile @@ -23,8 +23,8 @@ makemode := server target = console -SRCS = console.c display.c input.c -LCLHDRS = display.h input.h priv.h mutations.h +SRCS = console.c display.c pager.c input.c +LCLHDRS = display.h pager.h input.h priv.h mutations.h DIST_FILES = hurd.ti MIGSTUBS = notifyServer.o tioctlServer.o fs_notifyUser.o |