summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2003-11-10 23:21:53 +0100
committerKevin Ryde <user42@zip.com.au>2003-11-10 23:21:53 +0100
commit93a0555d475f43b7009cba1f682e46f284354425 (patch)
tree1bb74b7f03a0019f1b47d33eda33909283ca7d61 /Makefile.am
parent993f513ee5663ddad3cf920594d699cc704d8bd2 (diff)
downloadgmp-93a0555d475f43b7009cba1f682e46f284354425.tar.gz
* randmts.c, randmt.h: New files.
* Makefile.am (libgmp_la_SOURCES): Add them.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2187fab38..a86dffdcc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -241,7 +241,7 @@ MPBSD_OBJECTS = mpbsd/add$U.lo mpbsd/tdiv_qr$U.lo mpbsd/set$U.lo \
# -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 \