diff options
Diffstat (limited to 'nfs/Makefile')
-rw-r--r-- | nfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nfs/Makefile b/nfs/Makefile index 86b10899..d814f67d 100644 --- a/nfs/Makefile +++ b/nfs/Makefile @@ -26,6 +26,7 @@ target = nfs SRCS = ops.c rpc.c mount.c nfs.c cache.c consts.c main.c name-cache.c \ storage-info.c OBJS = $(SRCS:.c=.o) -HURDLIBS = netfs fshelp iohelp threads ports ihash shouldbeinlibc +HURDLIBS = netfs fshelp iohelp ports ihash shouldbeinlibc +OTHERLIBS = -lpthread include ../Makeconf |