summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-11-17 21:51:19 +0100
committerKevin Ryde <user42@zip.com.au>2001-11-17 21:51:19 +0100
commitad99b7fdb75e63233fe49f60cd2156a5a63af1e7 (patch)
tree1f7bb85334c8bb13c9575b0bb5a15cc37568671f /Makefile.am
parentae3215d479c64be4cc3b06d5eb1fde8a3478c2f4 (diff)
downloadgmp-ad99b7fdb75e63233fe49f60cd2156a5a63af1e7.tar.gz
* Makefile.am (libgmp_la_SOURCES): Add randdef.c and randlc2s.c.
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 c10c97f4a..073917563 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -226,8 +226,8 @@ 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_minv_tab.c mp_set_fns.c \
- rand.c randclr.c randlc.c randlc2x.c randraw.c rands.c randsd.c randsdui.c \
- version.c
+ rand.c randclr.c randdef.c randlc.c randlc2s.c randlc2x.c randraw.c \
+ rands.c randsd.c randsdui.c version.c
libgmp_la_DEPENDENCIES = @TAL_OBJECT@ \
$(MPF_OBJECTS) $(MPZ_OBJECTS) $(MPN_OBJECTS) $(MPQ_OBJECTS) \
$(PRINTF_OBJECTS) $(SCANF_OBJECTS)