]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups
authoreap <eap@opencascade.com>
Thu, 23 Jun 2011 12:06:12 +0000 (12:06 +0000)
committereap <eap@opencascade.com>
Thu, 23 Jun 2011 12:06:12 +0000 (12:06 +0000)
+ SMESHDS_GroupOnFilter.cxx

+ -I$(srcdir)/../Controls

src/SMESHDS/Makefile.am

index fc6138b2c04f68f4815efb318c88333967b53225..7230986a60b6033107d37bb3899195d89cbed1f2 100644 (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 \