diff options
Diffstat (limited to '')
-rw-r--r-- | cipher/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cipher/Makefile.am b/cipher/Makefile.am index 26de92520..6feea1563 100644 --- a/cipher/Makefile.am +++ b/cipher/Makefile.am @@ -36,6 +36,7 @@ libcipher_la_SOURCES = cipher.c \ bithelp.h \ des.c \ des.h \ + rijndael.c \ twofish.c \ blowfish.c \ blowfish.h \ |