diff options
Diffstat (limited to 'libiohelp/Makefile')
-rw-r--r-- | libiohelp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libiohelp/Makefile b/libiohelp/Makefile index 56815c49..f0dd48f0 100644 --- a/libiohelp/Makefile +++ b/libiohelp/Makefile @@ -23,7 +23,8 @@ SRCS = get_conch.c handle_io_get_conch.c handle_io_release_conch.c \ iouser-dup.c iouser-reauth.c iouser-free.c iouser-restrict.c \ shared.c return-buffer.c OBJS = $(SRCS:.c=.o) -HURDLIBS = threads shouldbeinlibc +HURDLIBS = shouldbeinlibc +LDLIBS += -lpthread libname = libiohelp installhdrs = iohelp.h |