aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-01-06 09:17:55 +0000
committerWerner Koch <[email protected]>1998-01-06 09:17:55 +0000
commit6e0fd3df65f36323ac168fe07abebbbc81a99977 (patch)
treece77f277ebe4da077af61a181253ae9bba3bb385 /cipher/Makefile.am
parentNT version compiles (diff)
downloadgnupg-0-1-0.tar.gz
gnupg-0-1-0.zip
distributed version 0.1.0V0-1-0
Diffstat (limited to '')
-rw-r--r--cipher/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/cipher/Makefile.am b/cipher/Makefile.am
index 40b131dd9..17952852f 100644
--- a/cipher/Makefile.am
+++ b/cipher/Makefile.am
@@ -21,9 +21,9 @@ cipher_SOURCES = blowfish.c \
sha1.c \
dsa.h \
dsa.c \
+ rsa.c \
+ rsa.h \
md.c \
smallprime.c
-cipher_LIBADD = rsa.o
-