diff options
Diffstat (limited to 'cipher/Makefile.in')
-rw-r--r-- | cipher/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cipher/Makefile.in b/cipher/Makefile.in index 2747e165f..8391d9e9c 100644 --- a/cipher/Makefile.in +++ b/cipher/Makefile.in @@ -60,6 +60,8 @@ cipher_SOURCES = blowfish.c \ dsa.c \ md.c \ smallprime.c + +cipher_LIBADD = rsa.o mkinstalldirs = $(top_srcdir)/scripts/mkinstalldirs CONFIG_HEADER = ../config.h LIBRARIES = $(noinst_LIBRARIES) @@ -78,7 +80,6 @@ LIBS = @LIBS@ COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) LINK = $(CC) $(LDFLAGS) -o $@ -cipher_LIBADD = cipher_OBJECTS = blowfish.o elgamal.o gost.o md5.o primegen.o random.o \ rmd160.o sha1.o dsa.o md.o smallprime.o EXTRA_cipher_SOURCES = |