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

Module: ppl/ppl Branch: master Commit: 533fae3d1b7385cef651726d4d71efec95e24088 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=533fae3d1b738...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Sat Mar 24 18:56:03 2012 +0100
Added missing link options.
---
interfaces/Prolog/SWI/Makefile.am | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/interfaces/Prolog/SWI/Makefile.am b/interfaces/Prolog/SWI/Makefile.am index 8c62a62..25bc781 100644 --- a/interfaces/Prolog/SWI/Makefile.am +++ b/interfaces/Prolog/SWI/Makefile.am @@ -165,7 +165,8 @@ endif NO_UNDEFINED libppl_swiprolog_la_LIBADD = \ @required_instantiations_prolog_cxx_objects@ \ $(top_builddir)/src/libppl.la \ -@extra_libraries@ +@extra_libraries@ \ +$(SWI_PROLOG_LD_OPTIONS)
libppl_swiprolog_la_DEPENDENCIES = \ @required_instantiations_prolog_cxx_objects@
participants (1)
-
Roberto Bagnara