summaryrefslogtreecommitdiff
path: root/tests/mpn
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/mpn
parenta95e4d92df098e3babab97f5183d7bc827865fa5 (diff)
downloadgmp-74e9db2910bea3933519da7a71ba064c46545fe1.tar.gz
(AM_LDFLAGS): Define. (Thanks to Emmanuel Thom?? and Vincent Lefevre.)
Diffstat (limited to 'tests/mpn')
-rw-r--r--tests/mpn/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mpn/Makefile.am b/tests/mpn/Makefile.am
index 3af0b685a..7841a1a8d 100644
--- a/tests/mpn/Makefile.am
+++ b/tests/mpn/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-asmtype t-aors_1 t-divrem_1 t-mod_1 t-fat t-get_d \