diff options
Diffstat (limited to 'cipher/Makefile.am')
-rw-r--r-- | cipher/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cipher/Makefile.am b/cipher/Makefile.am index ff2e9f37f..945ae3dbc 100644 --- a/cipher/Makefile.am +++ b/cipher/Makefile.am @@ -6,7 +6,8 @@ EXTRA_DIST = @CIPHER_EXTRA_DIST@ noinst_LIBRARIES = libcipher.a -libcipher_a_SOURCES = blowfish.c \ +libcipher_a_SOURCES = cipher.c \ + blowfish.c \ blowfish.h \ cast5.c \ cast5.h \ |