summaryrefslogtreecommitdiff
path: root/mpz
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2002-05-07 02:25:57 +0200
committertege <tege@gmplib.org>2002-05-07 02:25:57 +0200
commitbce16e2ee263f379837719c58765520d4fd98f97 (patch)
treebf971ecabd5ad6a1401311d78087567f799390bd /mpz
parent18f49dce7ae6918add8835ca90f3c2ca634d0793 (diff)
downloadgmp-bce16e2ee263f379837719c58765520d4fd98f97.tar.gz
(libmpz_la_SOURCES): Add ui_sub.c.
Diffstat (limited to 'mpz')
-rw-r--r--mpz/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpz/Makefile.am b/mpz/Makefile.am
index 05b932154..a89e89fe7 100644
--- a/mpz/Makefile.am
+++ b/mpz/Makefile.am
@@ -55,4 +55,4 @@ libmpz_la_SOURCES = aors.h aors_ui.h fits_s.h mul_i.h \
set_ui.c setbit.c size.c sizeinbase.c sqrt.c sqrtrem.c sub.c sub_ui.c \
swap.c tdiv_ui.c tdiv_q.c tdiv_q_2exp.c tdiv_q_ui.c tdiv_qr.c \
tdiv_qr_ui.c tdiv_r.c tdiv_r_2exp.c tdiv_r_ui.c tstbit.c ui_pow_ui.c \
- urandomb.c urandomm.c xor.c
+ ui_sub.c urandomb.c urandomm.c xor.c