Build fixes.
[u/mdw/catacomb] / Makefile.m4
index c0b3ba3..1be844e 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-m4-*-
 ##
-## $Id: Makefile.m4,v 1.63 2003/10/17 16:30:46 mdw Exp $
+## $Id: Makefile.m4,v 1.64 2003/11/10 22:18:30 mdw Exp $
 ##
 ## Makefile for Catacomb
 ##
@@ -29,6 +29,9 @@
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.m4,v $
+## 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 +347,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 +370,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 \