Fix compilation error (add missing boost flags)

This commit is contained in:
vsr 2012-09-25 09:10:01 +00:00
parent 80272b8f05
commit 55c69756c9

View File

@ -44,6 +44,7 @@ dist_libMeshDriver_la_SOURCES = \
# additionnal information to compil and link file
libMeshDriver_la_CPPFLAGS = \
$(BOOST_CPPFLAGS) \
$(CAS_CPPFLAGS) \
$(KERNEL_CXXFLAGS) \
-I$(srcdir)/../SMESHUtils \