summaryrefslogtreecommitdiff
path: root/mpn/Makefile.am
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2003-07-13 23:57:28 +0200
committerKevin Ryde <user42@zip.com.au>2003-07-13 23:57:28 +0200
commit368a35d67a4d765bf3565503e6012d734f77c92a (patch)
treebaedcf5d1f309c88f7073959466f8b7ffe2a7f89 /mpn/Makefile.am
parent13c727482c087ac80b0d37a7b412bf8e2b47e5da (diff)
downloadgmp-368a35d67a4d765bf3565503e6012d734f77c92a.tar.gz
* mpn/generic/get_d.c: New file, based on mpz/get_d.c and insert-dbl.c.
* configure.in, mpn/Makefile.am: Add it.
Diffstat (limited to 'mpn/Makefile.am')
-rw-r--r--mpn/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/Makefile.am b/mpn/Makefile.am
index a95f68208..184c8e4de 100644
--- a/mpn/Makefile.am
+++ b/mpn/Makefile.am
@@ -40,7 +40,7 @@ nodist_EXTRA_libmpn_la_SOURCES = \
cmp.c com_n.c copyd.c copyi.c \
dc_divrem_n.c dive_1.c diveby3.c divis.c divrem.c divrem_1.c divrem_2.c \
dump.c fib2_ui.c gcd.c \
- gcd_finda.c gcd_1.c gcdext.c get_str.c hamdist.c invert_limb.c \
+ gcd_finda.c gcd_1.c gcdext.c get_d.c get_str.c hamdist.c invert_limb.c \
ior_n.c iorn_n.c jacbase.c lshift.c mod_1.c mod_34lsub1.c mode1o.c \
mul.c mul_1.c mul_2.c mul_fft.c mul_n.c mul_basecase.c \
nand_n.c nior_n.c perfsqr.c popcount.c \