From: mdw Date: Sun, 14 Dec 2003 14:56:57 +0000 (+0000) Subject: Fix distribution. X-Git-Tag: 2.0.4~46 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/commitdiff_plain/3980d2f1149bea533dc64545d657a584e4a2d7b7 Fix distribution. --- diff --git a/Makefile.am b/Makefile.am index 372acd8..08aeed3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## -*-Makefile-*- ## -## $Id: Makefile.am,v 1.43 2003/12/14 14:45:30 mdw Exp $ +## $Id: Makefile.am,v 1.44 2003/12/14 14:56:57 mdw Exp $ ## ## Building the distribution ## @@ -29,6 +29,9 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.am,v $ +## Revision 1.44 2003/12/14 14:56:57 mdw +## Fix distribution. +## ## Revision 1.43 2003/12/14 14:45:30 mdw ## Test universal hashing and fix bugs. ## @@ -196,7 +199,7 @@ crc_mktab_SOURCES = crc-mktab.c mdwopt.c quis.c pquis.c report.c str.c ## --- Test code --- -noinst_PROGRAMS = da.t sym.t assoc.t bits.t unihash.t +noinst_PROGRAMS = da.t sym.t assoc.t bits.t check: \ da.test sym.test assoc.test bits.test base64.test hex.test \