summaryrefslogtreecommitdiff
path: root/mpn/Makefile.am
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2004-05-05 01:38:33 +0200
committertege <tege@gmplib.org>2004-05-05 01:38:33 +0200
commit31d655f53f7cc5b753f71edbdbfec79650f409d6 (patch)
tree3adebc4ef0b0b1ca148a1c31f56a8f052c17e374 /mpn/Makefile.am
parent98df05b883007b201807c13e23be63761f6f0b4b (diff)
downloadgmp-31d655f53f7cc5b753f71edbdbfec79650f409d6.tar.gz
Compile mullow_n.c and mullow_basecase.c
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 93e66ef86..491eba121 100644
--- a/mpn/Makefile.am
+++ b/mpn/Makefile.am
@@ -44,7 +44,7 @@ nodist_EXTRA_libmpn_la_SOURCES = \
hamdist.c hgcd2.c hgcd.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 \
+ mullow_n.c mullow_basecase.c nand_n.c nior_n.c perfsqr.c popcount.c \
pre_divrem_1.c pre_mod_1.c pow_1.c qstack.c random.c random2.c rshift.c \
rootrem.c sb_divrem_mn.c scan0.c scan1.c set_str.c \
sqr_basecase.c sqr_diagonal.c \