From 92ab7a6ebb82a37cbbdc23b1c95b068d4da57693 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 15 May 2008 12:36:16 +0000 Subject: [PATCH] Fix a compilation pb on SL4.2 --- src/SALOMEDS/Test/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.39.2