summaryrefslogtreecommitdiff
path: root/tests/mpf
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2017-06-28 23:05:25 +0200
committerTorbjorn Granlund <tg@gmplib.org>2017-06-28 23:05:25 +0200
commit74e9db2910bea3933519da7a71ba064c46545fe1 (patch)
tree7468ed2cb5f38593fc5a19bf94d86dee995f2a61 /tests/mpf
parenta95e4d92df098e3babab97f5183d7bc827865fa5 (diff)
downloadgmp-74e9db2910bea3933519da7a71ba064c46545fe1.tar.gz
(AM_LDFLAGS): Define. (Thanks to Emmanuel Thom?? and Vincent Lefevre.)
Diffstat (limited to 'tests/mpf')
-rw-r--r--tests/mpf/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mpf/Makefile.am b/tests/mpf/Makefile.am
index 08630ddf9..da0e92b9f 100644
--- a/tests/mpf/Makefile.am
+++ b/tests/mpf/Makefile.am
@@ -19,6 +19,7 @@
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/tests
+AM_LDFLAGS = -no-install
LDADD = $(top_builddir)/tests/libtests.la $(top_builddir)/libgmp.la
check_PROGRAMS = t-dm2exp t-conv t-add t-sub t-sqrt t-sqrt_ui t-muldiv reuse \