summaryrefslogtreecommitdiff
path: root/mpn/Makefile.am
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2008-11-18 16:55:34 +0100
committerTorbjorn Granlund <tege@gmplib.org>2008-11-18 16:55:34 +0100
commit5b51c0ed293b9ba27214c5ad4553fa9346bd40f3 (patch)
tree5369c434c6161b5db6f8151a13937cbc17d1c0ea /mpn/Makefile.am
parent64fe0d511f123de3d6f7e364583594bd93bdc71e (diff)
downloadgmp-5b51c0ed293b9ba27214c5ad4553fa9346bd40f3.tar.gz
(nodist_EXTRA_libmpn_la_SOURCES): Remove gcd_finda.
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 b3b27a9db..03eee0b42 100644
--- a/mpn/Makefile.am
+++ b/mpn/Makefile.am
@@ -38,7 +38,7 @@ nodist_EXTRA_libmpn_la_SOURCES = \
cmp.c com_n.c copyd.c copyi.c \
dc_divrem_n.c dive_1.c diveby3.c divis.c divrem.c divrem_1.c divrem_2.c \
dump.c fib2_ui.c gcd.c \
- gcd_finda.c gcd_1.c gcdext.c get_d.c get_str.c \
+ 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 \