From 1c96981861f4e41501a1aa72cb71576334a9eebe Mon Sep 17 00:00:00 2001 From: srn Date: Thu, 1 Nov 2007 09:07:57 +0000 Subject: [PATCH] Added @BOOST_CPPFLAGS@ --- src/DF/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/DF/Makefile.am b/src/DF/Makefile.am index 244fda7f0..00dabed07 100644 --- a/src/DF/Makefile.am +++ b/src/DF/Makefile.am @@ -48,7 +48,8 @@ COMMON_CPPFLAGS=\ -I$(srcdir)/../Basics \ -I$(srcdir)/../SALOMELocalTrace \ -I$(srcdir)/../HDFPersist \ - @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