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 434d80e6..a7d47b85 100644 --- a/console/Makefile +++ b/console/Makefile @@ -24,7 +24,7 @@ makemode := server target = console SRCS = console.c display.c input.c -LCLHDRS = console.h display.h input.h priv.h mutations.h +LCLHDRS = display.h input.h priv.h mutations.h MIGSTUBS = notifyServer.o tioctlServer.o fs_notifyUser.o |