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 6498e8e4..01b9bf3f 100644 --- a/console/Makefile +++ b/console/Makefile @@ -24,9 +24,9 @@ makemode := server target = console SRCS = console.c display.c input.c -LCLHDRS = console.h display.h input.h +LCLHDRS = console.h display.h input.h priv.h mutations.h -MIGSTUBS = notifyServer.o +MIGSTUBS = notifyServer.o tioctlServer.o HURDLIBS = netfs fshelp iohelp threads ports ihash shouldbeinlibc OBJS = $(sort $(SRCS:.c=.o) $(MIGSTUBS)) |