From 18c38ba6789a03cab741aefc31088c5edf555f10 Mon Sep 17 00:00:00 2001 From: srn Date: Thu, 1 Nov 2007 09:42:26 +0000 Subject: [PATCH] Added @BOOST_CPPFLAGS@ --- src/SALOMEDSImpl/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SALOMEDSImpl/Makefile.am b/src/SALOMEDSImpl/Makefile.am index 213faf1c6..f1b3c72db 100644 --- a/src/SALOMEDSImpl/Makefile.am +++ b/src/SALOMEDSImpl/Makefile.am @@ -89,7 +89,8 @@ COMMON_CPPFLAGS=\ -I$(srcdir)/../SALOMELocalTrace \ -I$(srcdir)/../HDFPersist \ -I$(srcdir)/../DF \ - @HDF5_INCLUDES@ + @HDF5_INCLUDES@ \ + @BOOST_CPPFLAGS@ # This flag is used to resolve the dependencies of OCC libraries. LDXMUFLAGS = -L/usr/X11R6/lib@LIB_LOCATION_SUFFIX@ -lXmu -- 2.39.2