From 1c26ae9a242bf5a4f2107e96bd23933edde7f9b7 Mon Sep 17 00:00:00 2001 From: tege Date: Thu, 9 May 2002 00:55:30 +0200 Subject: (nodist_libdummy_la_SOURCES): Add rootrem.c and pow_1.c --- mpn/Makefile.am | 4 ++-- 1 file 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 -- cgit v1.2.1