From 6f51228e8b99c2f0cbec5cb9d77925e0031eacd8 Mon Sep 17 00:00:00 2001 From: mdw Date: Mon, 13 Dec 1999 15:47:58 +0000 Subject: [PATCH] Fix a couple of minor bugs in the distribution set. --- Makefile.m4 | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Makefile.m4 b/Makefile.m4 index eafa6e1..c9b517e 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -1,6 +1,6 @@ ## -*-makefile-*- ## -## $Id: Makefile.m4,v 1.20 1999/12/13 15:42:50 mdw Exp $ +## $Id: Makefile.m4,v 1.21 1999/12/13 15:47:58 mdw Exp $ ## ## Makefile for Catacomb ## @@ -29,8 +29,8 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.m4,v $ -## Revision 1.20 1999/12/13 15:42:50 mdw -## Version bump. +## Revision 1.21 1999/12/13 15:47:58 mdw +## Fix a couple of minor bugs in the distribution set. ## ## Revision 1.19 1999/12/11 10:58:24 mdw ## Fix bug in test rig link flags. Add Karatsuba squaring. @@ -160,7 +160,7 @@ define(`emit', `$1.h ') pkginclude_HEADERS = \ paranoia.h \ blkc.h hash.h \ - gcipher.h ghash.h gmac.h grand.c \ + gcipher.h ghash.h gmac.h grand.h \ ghash-def.h \ rc4.h \ rand.h noise.h \ @@ -229,7 +229,9 @@ man_MANS = key.1 keyring.5 ## --- Other handy definitions --- -EXTRA_DIST = Makefile.m4 genmodes $(man_MANS) +EXTRA_DIST = \ + Makefile.m4 genmodes $(man_MANS) \ + README.cipher README.hash README.random README.mp dist-hook: @ln getdate.c $(distdir) || ln $(srcdir)/getdate.c $(distdir) || true -- 2.11.0