From: Niels Möller Date: Tue, 26 Aug 2003 06:49:25 +0000 (+0200) Subject: * Makefile.am: Added md2 and md5 files. Deleted the print-path X-Git-Tag: nettle_1.8_release_20040110~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac5d05238634b4949174c15c3a0cde63be80ac67;p=thirdparty%2Fnettle.git * Makefile.am: Added md2 and md5 files. Deleted the print-path hack. * testsuite/Makefile.am (TS_PROGS): Added rsa-encrypt-test, md4-test, and md2-test. Rev: src/nettle/Makefile.am:1.66 --- diff --git a/Makefile.am b/Makefile.am index 0e448866..e85724e6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,6 +12,7 @@ libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h \ hmac.h \ knuth-lfib.h \ macros.h \ + md2.h md4.h \ md5.h md5-compat.h \ nettle-meta.h \ pgp.h realloc.h rsa.h \ @@ -33,6 +34,7 @@ libnettle_a_SOURCES = aes.c aes.h aes-internal.h \ des3.c des-compat.c des-compat.h \ hmac.c hmac.h hmac-md5.c hmac-sha1.c hmac-sha256.c \ knuth-lfib.c knuth-lfib.h \ + md2.c md2-meta.c md4.c md4-meta.c \ md5.c md5.h md5-compat.c md5-compat.h md5-meta.c \ sha.h sha1.c sha1-meta.c sha256.c sha256-meta.c \ serpent.c serpent.h serpent_sboxes.h serpent-meta.c \ @@ -62,10 +64,7 @@ shadata_LDADD = -lm info_TEXINFOS = nettle.texinfo -all-local: nettle.html print-path -.PHONY: print-path -print-path: - echo PATH: $$PATH +all-local: nettle.html EXTRA_DIST = memxor.h $(des_headers) descore.README nettle.html \ sha-example.c .bootstrap $(des_headers) \