Added include of CASCatch using $(GUI_CXXFLAGS)

This commit is contained in:
srn 2007-10-31 15:02:38 +00:00
parent 4efdd7211a
commit 068112a9e4
2 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,7 @@ libSMESHEngine_la_CPPFLAGS = \
@HDF5_INCLUDES@ \
$(BOOST_CPPFLAGS) \
$(KERNEL_CXXFLAGS) \
$(GUI_CXXFLAGS) \
$(MED_CXXFLAGS) \
$(GEOM_CXXFLAGS) \
-I$(srcdir)/../Controls \

View File

@ -110,6 +110,7 @@ libStdMeshers_la_CPPFLAGS = \
$(CAS_CPPFLAGS) \
$(BOOST_CPPFLAGS) \
$(KERNEL_CXXFLAGS) \
$(GUI_CXXFLAGS) \
-I$(srcdir)/../SMESHImpl \
-I$(srcdir)/../MEFISTO2 \
-I$(srcdir)/../SMESH \