diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-05-30 20:23:17 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-05-30 20:23:17 +0200 |
| commit | f937e9eae8012b66eeabcd10e4188d6410e7c5c4 (patch) | |
| tree | ac24de43017ea2bb5eb95cf7d893bcd07959bb19 /Makefile | |
| parent | 2e94e61f1c6263adfcbca641b74f9a07ea8298a0 (diff) | |
| parent | 8927fbd63e29005ddb9b2c2264046089bf669857 (diff) | |
Merge branch 'random' of ssh://git.savannah.gnu.org/srv/git/hurd/incubator into random
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -24,6 +24,8 @@ 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 +MIGSFLAGS = -DSEQNOS -imacros $(srcdir)/mig-mutate.h include ../Makeconf |
