X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/b6f2c5a0196e0d698c012bd66b24687c8ff883f0..01898d8eb947e922eb289589cd7b1f016e2ada06:/Makefile.m4 diff --git a/Makefile.m4 b/Makefile.m4 index dca555f..c9b517e 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -1,6 +1,6 @@ ## -*-makefile-*- ## -## $Id: Makefile.m4,v 1.19 1999/12/11 10:58:24 mdw Exp $ +## $Id: Makefile.m4,v 1.21 1999/12/13 15:47:58 mdw Exp $ ## ## Makefile for Catacomb ## @@ -29,6 +29,9 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.m4,v $ +## 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. ## @@ -149,7 +152,7 @@ BUILT_SOURCES = \ lib_LTLIBRARIES = libcatacomb.la -libcatacomb_la_LDFLAGS = -version-info 0:5:0 +libcatacomb_la_LDFLAGS = -version-info 1:0:0 ## Middle number is the patchlevel. Final number is the minor version. The ## difference between the first and last numbers is major version. @@ -157,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 \ @@ -226,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