diff options
Diffstat (limited to 'channelio/Makefile')
-rw-r--r-- | channelio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/channelio/Makefile b/channelio/Makefile index 457d8d6a8..5c1130f7a 100644 --- a/channelio/Makefile +++ b/channelio/Makefile @@ -25,6 +25,7 @@ SRCS = channelio.c io.c node.c open.c LCLHDRS = node.h open.h OBJS = $(SRCS:.c=.o) -HURDLIBS = trivfs fshelp iohelp channel threads ports ihash shouldbeinlibc +HURDLIBS = trivfs fshelp iohelp channel ports ihash shouldbeinlibc +OTHERLIBS = -lpthread include ../Makeconf |