From: Niels Möller Date: Tue, 30 Oct 2001 19:45:53 +0000 (+0100) Subject: * Makefile.am (libnettle_a_SOURCES): Added rsa-compat.h and X-Git-Tag: nettle_1.5_release_20020131~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68f53d70b50dd63f5204b4fa46cb2dc5795beff9;p=thirdparty%2Fnettle.git * Makefile.am (libnettle_a_SOURCES): Added rsa-compat.h and rsa-compat.c. * Makefile.am (libnettle_a_SOURCES): Added rsa and bignum files. * testsuite/Makefile.am: Added bignum-test. Rev: src/nettle/Makefile.am:1.21 --- diff --git a/Makefile.am b/Makefile.am index f48c4547..798c5da8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,8 @@ libnettle_a_SOURCES = aes.c aes.h arcfour.c arcfour.h \ twofish.c twofish.h \ yarrow.h yarrow256.c yarrow_key_event.c \ bignum.h bignum.c \ - rsa.h rsa.c rsa_md5.c rsa_sha1.c + rsa.h rsa.c rsa_md5.c rsa_sha1.c \ + rsa-compat.h rsa-compat.c libnettle_a_LIBADD = @LIBOBJS@