summaryrefslogtreecommitdiff
path: root/demos/Makefile.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-11-12 22:21:00 +0100
committerKevin Ryde <user42@zip.com.au>2000-11-12 22:21:00 +0100
commitac2c52f1a635eca94ddefa8d89e1007f3e155e15 (patch)
tree6526551be6e40c490d61abb6ac8726f10acef4cd /demos/Makefile.in
parentcc74c88cd886293e78499848df16015781f131bd (diff)
downloadgmp-ac2c52f1a635eca94ddefa8d89e1007f3e155e15.tar.gz
Regenerate for:
* configure.in (AC_CHECK_LIBM): New test, and AC_SUBST it. * Makefile.am (MPFR_LIBADD_OPTION): Use it. * demos/Makefile.am (qcn_LDADD): Ditto. * tune/Makefile.am (libspeed_la_LIBADD): Ditto. * tests/rand/Makefile.am (libstat_la_LIBADD): Ditto.
Diffstat (limited to 'demos/Makefile.in')
-rw-r--r--demos/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/Makefile.in b/demos/Makefile.in
index b9efe92e6..30f46f3b5 100644
--- a/demos/Makefile.in
+++ b/demos/Makefile.in
@@ -79,6 +79,7 @@ CXXCPP = @CXXCPP@
DEPDIR = @DEPDIR@
DLLTOOL = @DLLTOOL@
EXEEXT = @EXEEXT@
+LIBM = @LIBM@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
M4 = @M4@
@@ -126,7 +127,7 @@ LDADD = $(top_builddir)/libgmp.la
EXTRA_DIST = calc.y calclex.l
calc_SOURCES = calc.c calclex.c calc.h
-qcn_LDADD = $(LDADD) -lm
+qcn_LDADD = $(LDADD) $(LIBM)
# None of these programs are built by default, but "make <whatever>" will
# build them once libgmp.la is built.