[PPL-devel] [GIT] ppl/ppl(master): Added missing linker options.

Roberto Bagnara roberto.bagnara at bugseng.com
Sun Mar 15 13:42:28 CET 2015


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

Author: Roberto Bagnara <roberto.bagnara at bugseng.com>
Date:   Sun Mar 15 13:42:05 2015 +0100

Added missing linker options.

---

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

diff --git a/tests/Watchdog/Makefile.am b/tests/Watchdog/Makefile.am
index 94c5150..00e75b1 100644
--- a/tests/Watchdog/Makefile.am
+++ b/tests/Watchdog/Makefile.am
@@ -46,7 +46,8 @@ AM_CPPFLAGS = \
 
 LDADD = \
 $(top_builddir)/tests/libppl_tests.a \
-$(top_builddir)/src/libppl.la
+$(top_builddir)/src/libppl.la \
+ at extra_libraries@
 
 EXTRA_DIST =
 




More information about the PPL-devel mailing list