From f1f75acdd60010ce2cbcf7d90c44c285678a8466 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 10 Feb 2015 20:45:12 +0100 Subject: [PATCH] build: Add random.[ch] from ell --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index cd91976e..29d8f51c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,7 +34,8 @@ ell_sources = ell/ell.h ell/private.h \ ell/siphash-private.h \ ell/siphash.c \ ell/hwdb.h ell/hwdb.c \ - ell/cipher.h ell/cipher.c + ell/cipher.h ell/cipher.c \ + ell/random.h ell/random.c ell_libell_internal_la_SOURCES = $(ell_sources)