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