aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/Makefile.in')
-rw-r--r--cipher/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/cipher/Makefile.in b/cipher/Makefile.in
index 8391d9e9c..2747e165f 100644
--- a/cipher/Makefile.in
+++ b/cipher/Makefile.in
@@ -60,8 +60,6 @@ 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)
@@ -80,6 +78,7 @@ 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 =