From: mdw Date: Sun, 21 Mar 2004 23:03:30 +0000 (+0000) Subject: Distribute headers properly. X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/commitdiff_plain/f7061dad5d93b445ab19a7c13e1813bf36061a73 Distribute headers properly. --- diff --git a/Makefile.m4 b/Makefile.m4 index 9be48d5..2bb62f2 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -1,6 +1,6 @@ ## -*-m4-*- ## -## $Id: Makefile.m4,v 1.67 2004/03/21 22:52:06 mdw Exp $ +## $Id: Makefile.m4,v 1.68 2004/03/21 23:03:30 mdw Exp $ ## ## Makefile for Catacomb ## @@ -29,6 +29,9 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.m4,v $ +## Revision 1.68 2004/03/21 23:03:30 mdw +## Distribute headers properly. +## ## Revision 1.67 2004/03/21 22:52:06 mdw ## Merge and close elliptic curve branch. ## @@ -342,7 +345,7 @@ pkginclude_HEADERS = \ mpx.h bitops.h mpw.h mpscan.h mparena.h mp.h mptext.h mpint.h \ exp.h mpbarrett.h mpbarrett-exp.h mpmont.h mpmont-exp.h \ mpcrt.h mprand.h mpmul.h \ - gfx.h gf.h \ + gfx.h gf.h gfreduce.h gfreduce-exp.h \ primetab.h pfilt.h rabin.h \ pgen.h prim.h strongprime.h limlee.h keycheck.h \ bbs.h rsa.h dh.h dsarand.h dsa.h \