Distribute headers properly.
authormdw <mdw>
Sun, 21 Mar 2004 23:03:30 +0000 (23:03 +0000)
committermdw <mdw>
Sun, 21 Mar 2004 23:03:30 +0000 (23:03 +0000)
Makefile.m4

index 9be48d5..2bb62f2 100644 (file)
@@ -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 \