diff options
Diffstat (limited to 'hostmux/Makefile')
-rw-r--r-- | hostmux/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hostmux/Makefile b/hostmux/Makefile index b139922f..939a9f62 100644 --- a/hostmux/Makefile +++ b/hostmux/Makefile @@ -24,6 +24,7 @@ target = hostmux SRCS = hostmux.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 |