diff options
Diffstat (limited to 'console/Makefile')
-rw-r--r-- | console/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/console/Makefile b/console/Makefile index 10737489..c5ab543e 100644 --- a/console/Makefile +++ b/console/Makefile @@ -26,7 +26,8 @@ SRCS = console.c display.c pager.c input.c MIGSTUBS = notifyServer.o tioctlServer.o fs_notifyUser.o -HURDLIBS = netfs fshelp iohelp pager threads ports ihash shouldbeinlibc +HURDLIBS = netfs fshelp iohelp pager ports ihash shouldbeinlibc +OTHERLIBS = -lpthread OBJS = $(sort $(SRCS:.c=.o) $(MIGSTUBS)) MIGSFLAGS += -imacros $(srcdir)/mutations.h |