Fix a couple of minor bugs in the distribution set.
authormdw <mdw>
Mon, 13 Dec 1999 15:47:58 +0000 (15:47 +0000)
committermdw <mdw>
Mon, 13 Dec 1999 15:47:58 +0000 (15:47 +0000)
Makefile.m4

index eafa6e1..c9b517e 100644 (file)
@@ -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