diff options
Diffstat (limited to 'hostmux/Makefile')
-rw-r--r-- | hostmux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hostmux/Makefile b/hostmux/Makefile index 939a9f62..4776ac9c 100644 --- a/hostmux/Makefile +++ b/hostmux/Makefile @@ -25,6 +25,6 @@ SRCS = hostmux.c mux.c leaf.c node.c stubs.c OBJS = $(SRCS:.c=.o) HURDLIBS = netfs fshelp iohelp ports ihash shouldbeinlibc -OTHERLIBS = -lpthread +LDLIBS = -lpthread include ../Makeconf |