1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

patch release 0.1.1

This commit is contained in:
Werner Koch 1998-01-07 11:07:05 +00:00
parent 0d9ffec5ef
commit cf783fe54c
10 changed files with 143 additions and 141 deletions

View file

@ -1,6 +1,7 @@
## Process this file with automake to produce Makefile.in
INCLUDES = -I$(top_srcdir)/include
EXTRA_DIST = @CIPHER_EXTRA_DIST@
noinst_LIBRARIES = cipher
@ -21,9 +22,9 @@ cipher_SOURCES = blowfish.c \
sha1.c \
dsa.h \
dsa.c \
rsa.c \
rsa.h \
md.c \
smallprime.c
cipher_LIBADD = @CIPHER_EXTRA_OBJS@