diff options
Diffstat (limited to 'storeio/Makefile')
-rw-r--r-- | storeio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/storeio/Makefile b/storeio/Makefile index 0190be07..c1317587 100644 --- a/storeio/Makefile +++ b/storeio/Makefile @@ -23,6 +23,7 @@ target = storeio SRCS = dev.c storeio.c open.c pager.c io.c OBJS = $(SRCS:.c=.o) -HURDLIBS = trivfs pager fshelp iohelp store threads ports ihash shouldbeinlibc +HURDLIBS = trivfs pager fshelp iohelp store ports ihash shouldbeinlibc +OTHERLIBS = -lpthread include ../Makeconf |