[PPL-devel] [GIT] ppl/ppl(master): Do not link with -lm here.

Roberto Bagnara bagnara at cs.unipr.it
Sun Aug 2 18:51:25 CEST 2009


Module: ppl/ppl
Branch: master
Commit: a41facee8e5c9ad4a88f3da191070bc92f2b224c
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=a41facee8e5c9ad4a88f3da191070bc92f2b224c

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Sun Aug  2 09:28:50 2009 +0200

Do not link with -lm here.

---

 Watchdog/tests/Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/Watchdog/tests/Makefile.am b/Watchdog/tests/Makefile.am
index e235e98..50d11b2 100644
--- a/Watchdog/tests/Makefile.am
+++ b/Watchdog/tests/Makefile.am
@@ -47,8 +47,7 @@ pwl_test.cc
 
 LDADD = \
 ../src/libpwl.la \
-libpwl_tests.a \
--lm
+libpwl_tests.a
 
 noinst_HEADERS = \
 pwl_test.hh




More information about the PPL-devel mailing list