summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2003-11-10 23:01:06 +0100
committerKevin Ryde <user42@zip.com.au>2003-11-10 23:01:06 +0100
commit596736cee659ac0142b2a7ce913e64e16f3bfb8d (patch)
tree13ed05d467c6b34507512f5bebd10a686ec0a117 /Makefile.am
parent1333e153d6ab045b79ecd3d004b10e0e4700c0fb (diff)
downloadgmp-596736cee659ac0142b2a7ce913e64e16f3bfb8d.tar.gz
* Makefile.am (libgmp_la_SOURCES): Add randmts.c.
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 c77d91781..2187fab38 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -245,7 +245,7 @@ libgmp_la_SOURCES = gmp-impl.h longlong.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 \
- rands.c randsd.c randsdui.c randbui.c randmui.c version.c
+ randmts.c rands.c randsd.c randsdui.c randbui.c randmui.c version.c
EXTRA_libgmp_la_SOURCES = tal-debug.c tal-notreent.c tal-reent.c
libgmp_la_DEPENDENCIES = @TAL_OBJECT@ \
$(MPF_OBJECTS) $(MPZ_OBJECTS) $(MPQ_OBJECTS) \