summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2014-11-09 20:03:23 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2014-11-09 20:03:23 +0000
commit5aeda6d2d744d5b6abf3e5e5a44cfd1e350d7ed4 (patch)
tree985d679ee9b897b015f993448699833ad2bef4d5 /tests
parenta0b5b62757014ab35ea2b42b23052c0a3f917955 (diff)
downloadmpfr-5aeda6d2d744d5b6abf3e5e5a44cfd1e350d7ed4.tar.gz
added check for libquadmath (not used)
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9231 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 0724a21ec..5546697ba 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -50,7 +50,7 @@ AM_CPPFLAGS = -DSRCDIR='"$(srcdir)"'
EXTRA_DIST = tgeneric.c tgeneric_ui.c mpf_compat.h inp_str.dat tmul.dat \
mpfrtest.dat
-LDADD = libfrtests.la $(MPFR_LIBM) $(top_builddir)/src/libmpfr.la
+LDADD = libfrtests.la $(MPFR_LIBM) $(MPFR_LIBQUADMATH) $(top_builddir)/src/libmpfr.la
AM_CPPFLAGS += -I$(top_srcdir)/src -I$(top_builddir)/src
# LOADLIBES (documented in the "GNU make" manual and equivalent to LDLIBS)