summaryrefslogtreecommitdiff
path: root/console/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'console/Makefile')
-rw-r--r--console/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/console/Makefile b/console/Makefile
index a9a15e8c..434d80e6 100644
--- a/console/Makefile
+++ b/console/Makefile
@@ -26,11 +26,13 @@ target = console
SRCS = console.c display.c input.c
LCLHDRS = console.h display.h input.h priv.h mutations.h
-MIGSTUBS = notifyServer.o tioctlServer.o
+MIGSTUBS = notifyServer.o tioctlServer.o fs_notifyUser.o
HURDLIBS = netfs fshelp iohelp pager threads ports ihash shouldbeinlibc
OBJS = $(sort $(SRCS:.c=.o) $(MIGSTUBS))
+MIGSFLAGS += -imacros $(srcdir)/mutations.h
+
# This is the old monolithic version of the console server.
#SRCS = main.c vcons.c focus.c vga-display.c vga.c dynafont.c bdf.c
#LCLHDRS = focus.h input-drv.h vcons.h display-drv.h vga.h vga-hw.h \