summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2002-05-09 00:55:30 +0200
committertege <tege@gmplib.org>2002-05-09 00:55:30 +0200
commit1c26ae9a242bf5a4f2107e96bd23933edde7f9b7 (patch)
treee7e0e2263a039bb4630ce25bbf0d1b7863909082
parentba9639bafcb8dabf2805fff27c4c18795ae5cca3 (diff)
downloadgmp-1c26ae9a242bf5a4f2107e96bd23933edde7f9b7.tar.gz
(nodist_libdummy_la_SOURCES): Add rootrem.c and pow_1.c
-rw-r--r--mpn/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpn/Makefile.am b/mpn/Makefile.am
index 003c13f53..5ecebae9d 100644
--- a/mpn/Makefile.am
+++ b/mpn/Makefile.am
@@ -44,8 +44,8 @@ nodist_libdummy_la_SOURCES = \
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 \
- 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 \
+ pre_divrem_1.c pre_mod_1.c pow_1.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 \
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