From f15806e05d97ac060f4e992db6c3e2b6814a9bbc Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Sun, 25 Nov 2012 22:50:26 +0100 Subject: Move random to pthreads Makefiles, headers, types, macros and function calls are renamed where appropriate. * random.c: Switch from cthreads to pthreads. * Makefile: Likewise. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9b3a95dd..0949b637 100644 --- a/Makefile +++ b/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 -- cgit v1.2.3