0021338: EDF 1926 SMESH: New controls and filters

+	-I$(srcdir)/../SMESHUtils
This commit is contained in:
eap 2012-01-23 16:14:27 +00:00
parent 0d35811cbb
commit a286422371
3 changed files with 5 additions and 1 deletions

View File

@ -46,11 +46,13 @@ libSMESHControls_la_CPPFLAGS = \
$(BOOST_CPPFLAGS) \
$(KERNEL_CXXFLAGS) \
-I$(srcdir)/../SMDS \
-I$(srcdir)/../SMESHDS
-I$(srcdir)/../SMESHDS \
-I$(srcdir)/../SMESHUtils
libSMESHControls_la_LDFLAGS = \
../SMDS/libSMDS.la \
../SMESHDS/libSMESHDS.la \
../SMESHUtils/libSMESHUtils.la \
$(CAS_LDPATH) -lTKernel -lTKBRep -lTKG3d -lTKTopAlgo -lTKGeomBase -lTKGeomAlgo \
$(VTK_LIBS)

View File

@ -74,6 +74,7 @@ libSMESHObject_la_CPPFLAGS = \
-I$(srcdir)/../DriverMED \
-I$(srcdir)/../SMESH \
-I$(srcdir)/../SMESHClient \
-I$(srcdir)/../SMESHUtils \
-I$(top_builddir)/idl
libSMESHObject_la_LDFLAGS = \

View File

@ -257,6 +257,7 @@ libSMESH_la_CPPFLAGS = \
-I$(srcdir)/../SMDS \
-I$(srcdir)/../SMESHDS \
-I$(srcdir)/../SMESH \
-I$(srcdir)/../SMESHUtils \
-I$(srcdir)/../SMESH_I \
-I$(srcdir)/../Controls \
-I$(srcdir)/../SMESHClient \