summaryrefslogtreecommitdiff
path: root/mpn/Makefile.am
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2009-12-23 16:06:33 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2009-12-23 16:06:33 +0100
commit34fd4bf8a577a6d1daf6cf9c72ffcf167b396ad9 (patch)
tree8505b1bc77c7e5d320fb23301e1fbfe9efc2c5b6 /mpn/Makefile.am
parentc9ce4eec2f586f06128e2afc12d55b5784d7d5b3 (diff)
downloadgmp-34fd4bf8a577a6d1daf6cf9c72ffcf167b396ad9.tar.gz
Split toom6h_mul and toom6_sqr.
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 939b5c942..b2866c128 100644
--- a/mpn/Makefile.am
+++ b/mpn/Makefile.am
@@ -48,7 +48,7 @@ nodist_EXTRA_libmpn_la_SOURCES = \
toom22_mul.c toom32_mul.c toom42_mul.c toom52_mul.c toom62_mul.c \
toom33_mul.c toom43_mul.c toom53_mul.c toom63_mul.c \
toom44_mul.c \
- toom6h_mul.c \
+ toom6h_mul.c toom6_sqr.c \
toom_couple_handling.c \
sqr_toom2.c sqr_toom3.c sqr_toom4.c \
toom_eval_dgr3_pm1.c toom_eval_dgr3_pm2.c \