diff options
Diffstat (limited to 'isofs/Makefile')
-rw-r--r-- | isofs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/isofs/Makefile b/isofs/Makefile index 4f788368..053b622e 100644 --- a/isofs/Makefile +++ b/isofs/Makefile @@ -21,7 +21,8 @@ target = iso9660fs SRCS = inode.c main.c lookup.c pager.c rr.c OBJS = $(SRCS:.c=.o) -HURDLIBS = diskfs iohelp fshelp store pager threads ports ihash shouldbeinlibc +HURDLIBS = diskfs iohelp fshelp store pager ports ihash shouldbeinlibc +OTHERLIBS = -lpthread include ../Makeconf |