diff options
Diffstat (limited to 'libfshelp/Makefile')
-rw-r--r-- | libfshelp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libfshelp/Makefile b/libfshelp/Makefile index bbc079c7..4de38372 100644 --- a/libfshelp/Makefile +++ b/libfshelp/Makefile @@ -32,7 +32,8 @@ SRCS = lock-acquire.c lock-init.c \ touch.c installhdrs = fshelp.h -HURDLIBS = shouldbeinlibc threads iohelp ports +HURDLIBS = shouldbeinlibc iohelp ports +LDLIBS += -lpthread OBJS = $(subst .c,.o,$(SRCS)) include ../Makeconf |