From: vsr Date: Tue, 6 Oct 2009 10:24:39 +0000 (+0000) Subject: Porting to the boost 1.37 X-Git-Tag: V5_1_main_20091008~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fa2794d0d7280ff7a7365c500a19bbdb11f463f7;p=modules%2Fvisu.git Porting to the boost 1.37 --- 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 \