From: vsr Date: Thu, 15 May 2008 12:36:16 +0000 (+0000) Subject: Fix a compilation pb on SL4.2 X-Git-Tag: V3_2_0_maintainance_FINAL X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4b78c23f7fc5a877c070a5315379f0f66dfa613c;p=modules%2Fkernel.git Fix a compilation pb on SL4.2 --- diff --git a/src/SALOMEDS/Test/Makefile.am b/src/SALOMEDS/Test/Makefile.am index 6b1bc5f50..289639ba3 100644 --- a/src/SALOMEDS/Test/Makefile.am +++ b/src/SALOMEDS/Test/Makefile.am @@ -50,6 +50,7 @@ RPATH=../.. # This local variable defines the list of CPPFLAGS common to all target in this package. COMMON_CPPFLAGS=\ @CPPUNIT_INCLUDES@ \ + @BOOST_CPPFLAGS@ \ -I$(srcdir)/$(RPATH)/Basics -I$(srcdir)/$(RPATH)/Basics/Test \ -I$(srcdir)/$(RPATH)/SALOMELocalTrace -I$(srcdir)/$(RPATH)/SALOMELocalTrace/Test \ -I$(srcdir)/$(RPATH)/SALOMETraceCollector -I$(srcdir)/$(RPATH)/SALOMETraceCollector/Test \