diff options
Diffstat (limited to 'random')
-rw-r--r-- | random/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/random/Makefile b/random/Makefile index 0949b637..5bdc9b1e 100644 --- a/random/Makefile +++ b/random/Makefile @@ -24,7 +24,7 @@ target = random SRCS = random.c gnupg-random.c gnupg-rmd160.c OBJS = $(SRCS:.c=.o) startup_notifyServer.o LCLHDRS = gnupg-random.h gnupg-rmd.h gnupg-bithelp.h random.h -HURDLIBS = trivfs ports fshelp ihash shouldbeinlibc +HURDLIBS = trivfs ports fshelp ihash iohelp shouldbeinlibc OTHERLIBS = -lpthread include ../Makeconf |