From: eap Date: Thu, 23 Jun 2011 12:06:12 +0000 (+0000) Subject: 0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups X-Git-Tag: V6_4_0a1~200 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ac5729075f134f172811971ca55619850dbd267b;p=modules%2Fsmesh.git 0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups + SMESHDS_GroupOnFilter.cxx + -I$(srcdir)/../Controls --- diff --git a/src/SMESHDS/Makefile.am b/src/SMESHDS/Makefile.am index fc6138b2c..7230986a6 100644 --- a/src/SMESHDS/Makefile.am +++ b/src/SMESHDS/Makefile.am @@ -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 \