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

15 Mar
2015
15 Mar
'15
12:42 p.m.
Module: ppl/ppl Branch: master Commit: 614a93d2e47828468a2eda166280f44d6243f0ad URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=614a93d2e4782...
Author: Roberto Bagnara roberto.bagnara@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 \ +@extra_libraries@
EXTRA_DIST =
3794
Age (days ago)
3794
Last active (days ago)
0 comments
1 participants
participants (1)
-
Roberto Bagnara