diff options
Diffstat (limited to 'cipher/Makefile.am')
-rw-r--r-- | cipher/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cipher/Makefile.am b/cipher/Makefile.am index 939a48303..40b131dd9 100644 --- a/cipher/Makefile.am +++ b/cipher/Makefile.am @@ -5,7 +5,6 @@ INCLUDES = -I$(top_srcdir)/include noinst_LIBRARIES = cipher -# please add "rsa.c" and "rsa.h" manually in Makefile.am cipher_SOURCES = blowfish.c \ blowfish.h \ elgamal.c \ @@ -18,6 +17,10 @@ cipher_SOURCES = blowfish.c \ random.c \ rmd.h \ rmd160.c \ + sha1.h \ + sha1.c \ + dsa.h \ + dsa.c \ md.c \ smallprime.c |