summaryrefslogtreecommitdiff
path: root/tune
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2012-12-31 09:43:09 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2012-12-31 09:43:09 +0000
commit689ebb0b774f6411424aefcb2c53da3312840601 (patch)
tree8e319c7753d22d6c91adca03a7b1f96a2eaf5891 /tune
parentf78f8062fe244522d4d29187fe219b9c12b7aac3 (diff)
downloadmpfr-689ebb0b774f6411424aefcb2c53da3312840601.tar.gz
[Makefile.am] -lrt is needed for clock_gettime() [undefined with GMP 5.1.0]
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8444 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tune')
-rw-r--r--tune/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tune/Makefile.am b/tune/Makefile.am
index b0a8be194..d9d094a07 100644
--- a/tune/Makefile.am
+++ b/tune/Makefile.am
@@ -12,7 +12,7 @@
EXTRA_PROGRAMS = tuneup speed bidimensional_sample
tuneup_SOURCES = tuneup.c
-tuneup_LDADD = -lspeed $(top_builddir)/src/libmpfr.la
+tuneup_LDADD = -lspeed -lrt $(top_builddir)/src/libmpfr.la
tuneup_LDFLAGS = -static
speed_SOURCES = speed.c