X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/f9984d1114fc8b8e3401190d334cb3af2c9849b4..2ee993fe2cade668f8047f37ee223430775e3a38:/Makefile.m4 diff --git a/Makefile.m4 b/Makefile.m4 index c0b3ba3..4428442 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -1,6 +1,6 @@ ## -*-m4-*- ## -## $Id: Makefile.m4,v 1.63 2003/10/17 16:30:46 mdw Exp $ +## $Id: Makefile.m4,v 1.65 2003/11/29 23:39:36 mdw Exp $ ## ## Makefile for Catacomb ## @@ -29,6 +29,12 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.m4,v $ +## Revision 1.65 2003/11/29 23:39:36 mdw +## Debianization. +## +## Revision 1.64 2003/11/10 22:18:30 mdw +## Build fixes. +## ## Revision 1.63 2003/10/17 16:30:46 mdw ## Report errors if key files don't exist! ## @@ -344,7 +350,7 @@ define(`MP_SOURCES', exp.c mpcrt.c mpmul.c mprand.c \ mpbarrett.c mpbarrett-mexp.c mpbarrett-exp.h \ mpmont.c mpmont-mexp.c mpmont-exp.h \ - rho.c \ + rho.c buf.c \ GF_SOURCES PGEN_SOURCES') define(`GF_SOURCES', @@ -367,7 +373,7 @@ define(`PGEN_SOURCES', libcatacomb_la_SOURCES = \ grand.c keysz.c \ lcrand.c fibrand.c rc4.c seal.c rand.c noise.c fipstest.c maurer.c \ - arena.c buf.c \ + arena.c \ passphrase.c pixie-client.c pixie-common.c lmem.c \ oaep.c pkcs1.c pss.c tlsprf.c sslprf.c \ gfshare.c \ @@ -459,7 +465,10 @@ man_MANS = key.1 hashsum.1 keyring.5 pixie.1 EXTRA_DIST = \ Makefile.m4 genmodes $(man_MANS) xpixie \ - README.cipher README.hash README.random README.mp + README.cipher README.hash README.random README.mp \ + debian/rules debian/copyright debian/control debian/changelog \ + debian/catacomb-bin.postinst debian/catacomb-bin.config \ + debian/catacomb-bin.prerm debian/catacomb-bin.templates dist-hook: @ln getdate.c $(distdir) || ln $(srcdir)/getdate.c $(distdir) || true