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

2 Aug
2009
2 Aug
'09
6:51 p.m.
Module: ppl/ppl Branch: master Commit: a41facee8e5c9ad4a88f3da191070bc92f2b224c URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=a41facee8e5c9...
Author: Roberto Bagnara bagnara@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
5921
Age (days ago)
5921
Last active (days ago)
0 comments
1 participants
participants (1)
-
Roberto Bagnara