summaryrefslogtreecommitdiff
path: root/mpn/Makefile.am
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2010-04-14 21:38:58 +0200
committerNiels Möller <nisse@lysator.liu.se>2010-04-14 21:38:58 +0200
commite90734dd0b7741642904247790019e2421a48aec (patch)
tree1c01074047920f95cb3b2fb65beecf2ef5e5cbf3 /mpn/Makefile.am
parent4ecaa2343174d7ddd048a468e8069cd5d985c93f (diff)
downloadgmp-e90734dd0b7741642904247790019e2421a48aec.tar.gz
Renamed mpn_hgcd_matrix1_inverse_vector to mpn_matrix22_mul1_inverse_vector, and moved to a separate file.
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 a504d40d4..fe44837c8 100644
--- a/mpn/Makefile.am
+++ b/mpn/Makefile.am
@@ -45,7 +45,7 @@ nodist_EXTRA_libmpn_la_SOURCES = \
gcd_1.c gcdext.c get_d.c get_str.c \
hamdist.c hgcd2.c hgcd.c invert_limb.c \
ior_n.c iorn_n.c jacbase.c lshift.c \
- matrix22_mul.c mod_1.c mod_34lsub1.c mode1o.c \
+ matrix22_mul.c matrix22_mul1_inverse_vector.c mod_1.c mod_34lsub1.c mode1o.c \
mod_1_1.c mod_1_2.c mod_1_3.c mod_1_4.c \
mul.c mul_1.c mul_2.c mul_3.c mul_4.c mul_fft.c mul_n.c mul_basecase.c \
nussbaumer_mul.c \