summaryrefslogtreecommitdiff
path: root/random/Makefile
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-04-08 12:40:19 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-04-08 12:40:19 +0200
commit2542fb5d7c82d83eb2bb45d1f6ff15647992115c (patch)
treee643ac3b55f1be9858dd85de1ee6007357d99a8d /random/Makefile
parent732e13ac50aa220d7b26254583f114e19f4a4bc7 (diff)
random: fix receiver lookup
Diffstat (limited to 'random/Makefile')
-rw-r--r--random/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/random/Makefile b/random/Makefile
index 0949b637..6291da0c 100644
--- a/random/Makefile
+++ b/random/Makefile
@@ -26,5 +26,6 @@ OBJS = $(SRCS:.c=.o) startup_notifyServer.o
LCLHDRS = gnupg-random.h gnupg-rmd.h gnupg-bithelp.h random.h
HURDLIBS = trivfs ports fshelp ihash shouldbeinlibc
OTHERLIBS = -lpthread
+MIGSFLAGS = -DSEQNOS -imacros $(srcdir)/mig-mutate.h
include ../Makeconf