diff options
author | Marco Bodrato <bodrato@mail.dm.unipi.it> | 2012-02-03 13:39:33 +0100 |
---|---|---|
committer | Marco Bodrato <bodrato@mail.dm.unipi.it> | 2012-02-03 13:39:33 +0100 |
commit | 517845eb219f9b87765c8a923701bb163234ab8d (patch) | |
tree | 9ed47772a62749dc869e41d3154c603e482507dc /mpz/Makefile.am | |
parent | 93a0e2aa369311c5a62b6b2b15979109c8bcdc29 (diff) | |
download | gmp-517845eb219f9b87765c8a923701bb163234ab8d.tar.gz |
mpz_oddfac_1: removed from mpz/fac_ui.c, now in a new file.
Diffstat (limited to 'mpz/Makefile.am')
-rw-r--r-- | mpz/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mpz/Makefile.am b/mpz/Makefile.am index 35ec7a1b1..e8317ae54 100644 --- a/mpz/Makefile.am +++ b/mpz/Makefile.am @@ -44,6 +44,7 @@ libmpz_la_SOURCES = aors.h aors_ui.h fits_s.h mul_i.h \ jacobi.c kronsz.c kronuz.c kronzs.c kronzu.c \ lcm.c lcm_ui.c lucnum_ui.c lucnum2_ui.c millerrabin.c \ mod.c mul.c mul_2exp.c mul_si.c mul_ui.c n_pow_ui.c neg.c nextprime.c \ + oddfac_1.c \ out_raw.c out_str.c perfpow.c perfsqr.c popcount.c pow_ui.c powm.c \ powm_sec.c powm_ui.c pprime_p.c prodlimbs.c random.c random2.c \ realloc.c realloc2.c remove.c root.c rootrem.c rrandomb.c \ |