Support for conversions between MPs and C integers.
[u/mdw/catacomb] / Makefile.m4
index f5461b3..8cf9edc 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.m4,v 1.16 1999/11/22 20:51:33 mdw Exp $
+## $Id: Makefile.m4,v 1.17 1999/11/25 11:38:31 mdw Exp $
 ##
 ## Makefile for Catacomb
 ##
@@ -29,6 +29,9 @@
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.m4,v $
+## Revision 1.17  1999/11/25 11:38:31  mdw
+## Support for conversions between MPs and C integers.
+##
 ## Revision 1.16  1999/11/22 20:51:33  mdw
 ## Add yet more source files.
 ##
@@ -151,7 +154,8 @@ pkginclude_HEADERS = \
        rc4.h \
        rand.h noise.h \
        key.h \
-       mpx.h mpw.h mpscan.h mparena.h mp.h mptext.h mpmont.h mpcrt.h \
+       mpx.h mpw.h mpscan.h mparena.h mp.h mptext.h mpint.h \
+       mpmont.h mpcrt.h \
        ptab.h pgen.h rabin.h \
        dsa.h dh.h \
        allwithsuffix(`ciphers', `cipher_modes', `.h') \
@@ -166,6 +170,7 @@ libcatacomb_la_SOURCES = \
        mpx.c mpscan.c mparena.c \
        mp-misc.c mp-mem.c mp-const.c mp-io.c mp-arith.c mp-test.c \
        mp-gcd.c mp-jacobi.c \
+       mpint.c \
        mptext.c mptext-file.c mptext-string.c mptext-dstr.c \
        mpmont.c mpmont-mexp.c \
        mpcrt.c \
@@ -233,6 +238,7 @@ CTESTRIG(mptext)
 CTESTRIG(mp-arith)
 CTESTRIG(mp-gcd)
 CTESTRIG(mp-jacobi)
+CTESTRIG(mpint)
 CTESTRIG(mpmont)
 CTESTRIG(mpmont-mexp)
 CTESTRIG(mpcrt)