diff options
Diffstat (limited to 'cipher/Makefile.am')
-rw-r--r-- | cipher/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cipher/Makefile.am b/cipher/Makefile.am index 10d1c8091..53ba749a8 100644 --- a/cipher/Makefile.am +++ b/cipher/Makefile.am @@ -6,6 +6,9 @@ noinst_LIBRARIES = libcipher.a libcipher_a_SOURCES = cipher.c \ + pubkey.c \ + md.c \ + md.h \ dynload.c \ dynload.h \ blowfish.c \ @@ -32,8 +35,6 @@ libcipher_a_SOURCES = cipher.c \ sha1.c \ dsa.h \ dsa.c \ - md.c \ - md.h \ misc.c \ smallprime.c |