1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-17 00:39:50 +02:00
gnupg/cipher/Makefile.am

27 lines
414 B
Makefile
Raw Normal View History

1997-11-18 15:06:00 +01:00
## Process this file with automake to produce Makefile.in
INCLUDES = -I$(top_srcdir)/include
noinst_LIBRARIES = cipher
1997-11-26 23:02:28 +01:00
# please add "rsa.c" and "rsa.h" manually in Makefile.am
1997-11-18 15:06:00 +01:00
cipher_SOURCES = blowfish.c \
blowfish.h \
elgamal.c \
elgamal.h \
gost.c \
gost.h \
md5.c \
md5.h \
primegen.c \
random.c \
rmd.h \
rmd160.c \
1997-12-01 11:33:23 +01:00
md.c \
1997-11-18 15:06:00 +01:00
smallprime.c
1997-11-26 23:02:28 +01:00
cipher_LIBADD = rsa.o
1997-11-18 15:06:00 +01:00