Salome HOME
Fix compilation error (add missing boost flags)
authorvsr <vsr@opencascade.com>
Tue, 25 Sep 2012 09:10:01 +0000 (09:10 +0000)
committervsr <vsr@opencascade.com>
Tue, 25 Sep 2012 09:10:01 +0000 (09:10 +0000)
src/Driver/Makefile.am

index 87be27336bacd280fc8ed1ce89232667762fab06..a088c773a75ecab364db7bf60599330b27134e3c 100644 (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 \