diff options
Diffstat (limited to 'cipher/Makefile.am')
-rw-r--r-- | cipher/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cipher/Makefile.am b/cipher/Makefile.am index 34f800769..10d1c8091 100644 --- a/cipher/Makefile.am +++ b/cipher/Makefile.am @@ -1,12 +1,13 @@ ## Process this file with automake to produce Makefile.in INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl -I../intl -EXTRA_DIST = @CIPHER_EXTRA_DIST@ noinst_LIBRARIES = libcipher.a libcipher_a_SOURCES = cipher.c \ + dynload.c \ + dynload.h \ blowfish.c \ blowfish.h \ cast5.c \ @@ -36,7 +37,4 @@ libcipher_a_SOURCES = cipher.c \ misc.c \ smallprime.c -libcipher_a_DEPENDENCIES = @CIPHER_EXTRA_OBJS@ -libcipher_a_LIBADD = @CIPHER_EXTRA_OBJS@ - |