diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-11-26 00:00:49 +0000 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-11-26 00:00:49 +0000 |
| commit | 8e356c7bfe89b967ec3f1bface1149f6d1b7cd65 (patch) | |
| tree | 51d448dd1d776286c4b99a4a05687d71fbb76dd9 /random/Makefile | |
| parent | 630bf55d4bcd45540ca397d6b83c9465380dd008 (diff) | |
| parent | 91d5de4a0379c19281390a100d6ae31e717aa51b (diff) | |
Merge branch 'random' into upstream-merged
Conflicts:
Makefile
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 |
