summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2003-11-10 23:24:35 +0100
committerKevin Ryde <user42@zip.com.au>2003-11-10 23:24:35 +0100
commitf13daa6ab75446c4535cad31157cc3b667ee50c5 (patch)
tree2d1f6614dc44dafead391d56fbb25b3e6eb2daf8 /Makefile.in
parent93a0555d475f43b7009cba1f682e46f284354425 (diff)
downloadgmp-f13daa6ab75446c4535cad31157cc3b667ee50c5.tar.gz
Regenerate for:
* randmts.c, randmt.h: New files. * Makefile.am (libgmp_la_SOURCES): Add them.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index a2d7b60ac..dbae49f80 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -432,7 +432,7 @@ MPBSD_OBJECTS = mpbsd/add$U.lo mpbsd/tdiv_qr$U.lo mpbsd/set$U.lo \
# Currently, for libgmp, unlike libmp below, we're not using
# -export-symbols, since the tune and speed programs, and perhaps some of
# the test programs, want to access undocumented symbols.
-libgmp_la_SOURCES = gmp-impl.h longlong.h \
+libgmp_la_SOURCES = gmp-impl.h longlong.h randmt.h \
assert.c compat.c errno.c extract-dbl.c insert-dbl.c invalid.c memory.c \
mp_bpl.c mp_clz_tab.c mp_dv_tab.c mp_minv_tab.c mp_get_fns.c mp_set_fns.c \
rand.c randclr.c randdef.c randiset.c randlc2s.c randlc2x.c randmt.c \