From fa2794d0d7280ff7a7365c500a19bbdb11f463f7 Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 6 Oct 2009 10:24:39 +0000 Subject: [PATCH] Porting to the boost 1.37 --- src/VISU_I/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/VISU_I/Makefile.am b/src/VISU_I/Makefile.am index 6fe5cf25..8727490d 100644 --- a/src/VISU_I/Makefile.am +++ b/src/VISU_I/Makefile.am @@ -141,8 +141,9 @@ libVISUEngineImpl_la_LDFLAGS= \ $(VTK_LIBS) libVISUEngineImpl_la_LIBADD= \ - $(BOOST_LIB_SIGNALS) \ + $(BOOST_LIB_SIGNALS) \ $(BOOST_LIB_THREAD) \ + $(BOOST_LIB_SYSTEM) \ -lSalomeIDLKernel \ -lSalomeHDFPersist \ -lSalomeGenericObj \ -- 2.39.2