diff options
Diffstat (limited to 'console/Makefile')
-rw-r--r-- | console/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/console/Makefile b/console/Makefile index 2f15f1a1..6498e8e4 100644 --- a/console/Makefile +++ b/console/Makefile @@ -25,9 +25,8 @@ target = console SRCS = console.c display.c input.c LCLHDRS = console.h display.h input.h -DIST_FILES = ourfs_notify.defs -MIGSTUBS = ourfs_notifyUser.o +MIGSTUBS = notifyServer.o HURDLIBS = netfs fshelp iohelp threads ports ihash shouldbeinlibc OBJS = $(sort $(SRCS:.c=.o) $(MIGSTUBS)) |