0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups

+	SMESHDS_GroupOnFilter.cxx

+	-I$(srcdir)/../Controls
This commit is contained in:
eap 2011-06-23 12:06:12 +00:00
parent 77d9e5ae72
commit ac5729075f

View File

@ -37,6 +37,7 @@ salomeinclude_HEADERS = \
SMESHDS_GroupBase.hxx \
SMESHDS_Group.hxx \
SMESHDS_GroupOnGeom.hxx \
SMESHDS_GroupOnFilter.hxx \
SMESH_SMESHDS.hxx \
SMESHDS_DataMapOfShape.hxx
@ -52,7 +53,8 @@ dist_libSMESHDS_la_SOURCES = \
SMESHDS_Mesh.cxx \
SMESHDS_GroupBase.cxx \
SMESHDS_Group.cxx \
SMESHDS_GroupOnGeom.cxx
SMESHDS_GroupOnGeom.cxx \
SMESHDS_GroupOnFilter.cxx
# additionnal information to compil and link file
libSMESHDS_la_CPPFLAGS = \
@ -60,7 +62,8 @@ libSMESHDS_la_CPPFLAGS = \
$(CAS_CPPFLAGS) \
$(VTK_INCLUDES) \
$(BOOST_CPPFLAGS) \
-I$(srcdir)/../SMDS
-I$(srcdir)/../SMDS \
-I$(srcdir)/../Controls
libSMESHDS_la_LDFLAGS = \
../SMDS/libSMDS.la \