aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/Makefile.in')
-rw-r--r--cipher/Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/cipher/Makefile.in b/cipher/Makefile.in
index f9beb30b9..f71937966 100644
--- a/cipher/Makefile.in
+++ b/cipher/Makefile.in
@@ -39,6 +39,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
transform = @program_transform_name@
INCLUDES = -I$(top_srcdir)/include
+EXTRA_DIST = @CIPHER_EXTRA_DIST@
noinst_LIBRARIES = cipher
@@ -58,10 +59,10 @@ cipher_SOURCES = blowfish.c \
sha1.c \
dsa.h \
dsa.c \
- rsa.c \
- rsa.h \
md.c \
smallprime.c
+
+cipher_LIBADD = @CIPHER_EXTRA_OBJS@
mkinstalldirs = $(top_srcdir)/scripts/mkinstalldirs
CONFIG_HEADER = ../config.h
LIBRARIES = $(noinst_LIBRARIES)
@@ -80,9 +81,8 @@ 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 rsa.o md.o smallprime.o
+rmd160.o sha1.o dsa.o md.o smallprime.o
EXTRA_cipher_SOURCES =
LIBFILES = libcipher.a
AR = ar
@@ -102,7 +102,7 @@ TAR = tar
DEP_FILES = $(srcdir)/.deps/blowfish.P $(srcdir)/.deps/dsa.P \
$(srcdir)/.deps/elgamal.P $(srcdir)/.deps/gost.P $(srcdir)/.deps/md.P \
$(srcdir)/.deps/md5.P $(srcdir)/.deps/primegen.P \
-$(srcdir)/.deps/random.P $(srcdir)/.deps/rmd160.P $(srcdir)/.deps/rsa.P \
+$(srcdir)/.deps/random.P $(srcdir)/.deps/rmd160.P \
$(srcdir)/.deps/sha1.P $(srcdir)/.deps/smallprime.P
SOURCES = $(cipher_SOURCES)
OBJECTS = $(cipher_OBJECTS)