diff options
Diffstat (limited to 'trans')
-rw-r--r-- | trans/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trans/Makefile b/trans/Makefile index f02ddf7b..b2f63ca7 100644 --- a/trans/Makefile +++ b/trans/Makefile @@ -60,6 +60,7 @@ ifneq (,$(wildcard ../config.make)) endif ifeq ($(HAVE_LIBGCRYPT),yes) + SRCS += random.c targets += random random-LDLIBS = -lgcrypt random: startup_notifyServer.o mach_debugUser.o ../libtrivfs/libtrivfs.a |