diff options
Diffstat (limited to 'cipher/Makefile.am')
-rw-r--r-- | cipher/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cipher/Makefile.am b/cipher/Makefile.am index ad6722876..2967363b4 100644 --- a/cipher/Makefile.am +++ b/cipher/Makefile.am @@ -27,8 +27,7 @@ libcipher_a_SOURCES = blowfish.c \ misc.c \ smallprime.c +libcipher_a_DEPENDENCIES = @CIPHER_EXTRA_OBJS@ libcipher_a_LIBADD = @CIPHER_EXTRA_OBJS@ -$(LIBRARIES): @CIPHER_EXTRA_OBJS@ - |