build: Add random.[ch] from ell

This commit is contained in:
Marcel Holtmann 2015-02-10 20:45:12 +01:00
parent 735eba83e1
commit f1f75acdd6
1 changed files with 2 additions and 1 deletions

View File

@ -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)