summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
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/Makefile.am
parenta95e4d92df098e3babab97f5183d7bc827865fa5 (diff)
downloadgmp-74e9db2910bea3933519da7a71ba064c46545fe1.tar.gz
(AM_LDFLAGS): Define. (Thanks to Emmanuel Thom?? and Vincent Lefevre.)
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 937174b48..ff42b66a4 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -23,6 +23,7 @@ SUBDIRS = . devel mpn mpz mpq mpf rand misc cxx
include ../mpn/Makeasm.am
AM_CPPFLAGS = -I$(top_srcdir)
+AM_LDFLAGS = -no-install
LDADD = libtests.la $(top_builddir)/libgmp.la
check_LTLIBRARIES = libtests.la