diff options
author | Kevin Ryde <user42@zip.com.au> | 2002-01-11 23:22:18 +0100 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2002-01-11 23:22:18 +0100 |
commit | 0f243992c4c4bd407588da941afa49b8f3b39f87 (patch) | |
tree | 64ef9194e487fa224dbba177ee7d791a7e18e17c /mpn/Makefile.am | |
parent | d2483ac15dc23c1d4d27bfead55a74e9f884b421 (diff) | |
download | gmp-0f243992c4c4bd407588da941afa49b8f3b39f87.tar.gz |
* mpn/Makefile.am (nodist_libdummy_la_SOURCES): Add mod_34lsub1.c,
mul_2.c, pre_divrem_1.c.
Diffstat (limited to 'mpn/Makefile.am')
-rw-r--r-- | mpn/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mpn/Makefile.am b/mpn/Makefile.am index 8fb7eae6f..da5f37b9c 100644 --- a/mpn/Makefile.am +++ b/mpn/Makefile.am @@ -41,9 +41,9 @@ nodist_libdummy_la_SOURCES = \ dump.c fib2_ui.c gcd.c \ gcd_finda.c gcd_1.c gcdext.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_fft.c mul_n.c mul_basecase.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 \ - pre_mod_1.c random.c random2.c rshift.c \ + pre_divrem_1.c pre_mod_1.c random.c random2.c rshift.c \ sb_divrem_mn.c scan0.c scan1.c set_str.c sqr_basecase.c sqr_diagonal.c \ sqrtrem.c sub.c sub_1.c sub_n.c submul_1.c \ tdiv_qr.c udiv_qrnnd.c udiv_w_sdiv.c xor_n.c xnor_n.c |