aboutsummaryrefslogtreecommitdiff
path: root/usermux/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usermux/Makefile')
-rw-r--r--usermux/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usermux/Makefile b/usermux/Makefile
index 6e06b159..c30b5ab4 100644
--- a/usermux/Makefile
+++ b/usermux/Makefile
@@ -24,6 +24,7 @@ target = usermux
SRCS = usermux.c mux.c leaf.c node.c stubs.c
OBJS = $(SRCS:.c=.o)
-HURDLIBS = netfs fshelp iohelp threads ports ihash shouldbeinlibc
+HURDLIBS = netfs fshelp iohelp ports ihash shouldbeinlibc
+OTHERLIBS = -lpthread
include ../Makeconf