Fix distribution.
authormdw <mdw>
Sat, 27 Mar 2004 18:38:00 +0000 (18:38 +0000)
committermdw <mdw>
Sat, 27 Mar 2004 18:38:00 +0000 (18:38 +0000)
Makefile.m4

index ea3daa5..15bf6bb 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-m4-*-
 ##
-## $Id: Makefile.m4,v 1.72 2004/03/27 17:55:11 mdw Exp $
+## $Id: Makefile.m4,v 1.73 2004/03/27 18:38:00 mdw Exp $
 ##
 ## Makefile for Catacomb
 ##
@@ -29,6 +29,9 @@
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.m4,v $
+## Revision 1.73  2004/03/27 18:38:00  mdw
+## Fix distribution.
+##
 ## Revision 1.72  2004/03/27 17:55:11  mdw
 ## Run ec-info test.
 ##
@@ -393,7 +396,7 @@ define(`GF_SOURCES',
 
 define(`EC_SOURCES',
        `field.c field-parse.c f-prime.c f-niceprime.c f-binpoly.c \
-       ec.c ec-prime.c ec-bin.c ec-test.c ec-info.c ectab.c')
+       ec.c ec-prime.c ec-bin.c ec-test.c ec-info.c ectab.c ectab.h')
 
 define(`PGEN_SOURCES',
        `pfilt.c rabin.c \
@@ -510,7 +513,7 @@ man_MANS = key.1 hashsum.1 keyring.5 pixie.1
 ## --- Other handy definitions ---
 
 EXTRA_DIST = \
-       Makefile.m4 genmodes $(man_MANS) xpixie \
+       Makefile.m4 genmodes $(man_MANS) ectab.in xpixie ec-gentab.sh \
        README.cipher README.hash README.random README.mp \
        debian/rules debian/copyright debian/control debian/changelog \
        debian/catacomb-bin.postinst debian/catacomb-bin.config \
@@ -593,7 +596,7 @@ TESTS = serpent-check bittest testprogs
 
 CLEANFILES = \
        *.t *.to \
-       mptypes.h primetab.c primetab.h \
+       mptypes.h primetab.c primetab.h ectab.c \
        addsuffix(`gen_tables', `-tab.h')
 
 ## --- Makefile building (haha!) ---