diff options
Diffstat (limited to 'random/Makefile')
| -rw-r--r-- | random/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/random/Makefile b/random/Makefile index 9b3a95dd..0949b637 100644 --- a/random/Makefile +++ b/random/Makefile @@ -24,6 +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 threads ports fshelp ihash shouldbeinlibc +HURDLIBS = trivfs ports fshelp ihash shouldbeinlibc +OTHERLIBS = -lpthread include ../Makeconf |
