summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2003-03-29 00:12:36 +0100
committerKevin Ryde <user42@zip.com.au>2003-03-29 00:12:36 +0100
commite5cb6a48690c3d418ecdb7afb723eaa304aa9640 (patch)
tree3a53ac23680a7de883ea31db8b68b2649a443063 /Makefile.am
parentc428a965872a88f9fffd491d2879912f4556879d (diff)
downloadgmp-e5cb6a48690c3d418ecdb7afb723eaa304aa9640.tar.gz
* randiset.c: New file.
* Makefile.am: Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 86d44b0ee..9b1da1c5d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
## Process this file with automake to generate Makefile.in
-# Copyright 1991, 1993, 1994, 1996, 1997, 1999, 2000, 2001, 2002 Free
+# Copyright 1991, 1993, 1994, 1996, 1997, 1999, 2000, 2001, 2002, 2003 Free
# Software Foundation, Inc.
#
# This file is part of the GNU MP Library.
@@ -239,7 +239,7 @@ MPBSD_OBJECTS = mpbsd/add$U.lo mpbsd/tdiv_qr$U.lo mpbsd/set$U.lo \
libgmp_la_SOURCES = gmp-impl.h longlong.h \
assert.c compat.c errno.c extract-dbl.c insert-dbl.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 randlc2s.c randlc2x.c randmt.c \
+ rand.c randclr.c randdef.c randiset.c randlc2s.c randlc2x.c randmt.c \
rands.c randsd.c randsdui.c version.c
EXTRA_libgmp_la_SOURCES = tal-debug.c tal-notreent.c tal-reent.c
libgmp_la_DEPENDENCIES = @TAL_OBJECT@ \