diff options
| author | Richard Braun <rbraun@sceen.net> | 2012-11-25 22:50:26 +0100 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-11-27 23:12:52 +0100 |
| commit | f15806e05d97ac060f4e992db6c3e2b6814a9bbc (patch) | |
| tree | bd1c96cbf43d119766a89c280b4fbb6824d46811 /Makefile | |
| parent | ac38884dc9ad32a11d09f55ba9fe399cd0a48e2f (diff) | |
Move random to pthreads
Makefiles, headers, types, macros and function calls are renamed where
appropriate.
* random.c: Switch from cthreads to pthreads.
* Makefile: Likewise.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
