summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2014-05-30 20:23:17 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2014-05-30 20:23:17 +0200
commitf937e9eae8012b66eeabcd10e4188d6410e7c5c4 (patch)
treeac24de43017ea2bb5eb95cf7d893bcd07959bb19 /Makefile
parent2e94e61f1c6263adfcbca641b74f9a07ea8298a0 (diff)
parent8927fbd63e29005ddb9b2c2264046089bf669857 (diff)
Merge branch 'random' of ssh://git.savannah.gnu.org/srv/git/hurd/incubator into random
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9b3a95dd..6291da0c 100644
--- a/Makefile
+++ b/Makefile
@@ -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