diff options
Diffstat (limited to 'cipher/Makefile.am')
-rw-r--r-- | cipher/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cipher/Makefile.am b/cipher/Makefile.am index 3e8885b6a..13b9d0aad 100644 --- a/cipher/Makefile.am +++ b/cipher/Makefile.am @@ -18,6 +18,10 @@ libcipher_a_SOURCES = cipher.c \ primegen.c \ random.h \ random.c \ + rand-internal.h \ + rand-unix.c \ + rand-w32.c \ + rand-dummy.c \ rmd.h \ rmd160.c \ tiger.h \ |