]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMESHDS/Makefile.am
Salome HOME
0021891: EDF 2398 : Error when dumping a study with non historical mode
[modules/smesh.git] / src / SMESHDS / Makefile.am
index fc6138b2c04f68f4815efb318c88333967b53225..745ccca8f724a4e4ad77b47367355fc76473addc 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -37,8 +37,10 @@ salomeinclude_HEADERS = \
        SMESHDS_GroupBase.hxx \
        SMESHDS_Group.hxx \
        SMESHDS_GroupOnGeom.hxx \
+       SMESHDS_GroupOnFilter.hxx \
        SMESH_SMESHDS.hxx \
-       SMESHDS_DataMapOfShape.hxx
+       SMESHDS_DataMapOfShape.hxx \
+       SMESH_Controls.hxx
 
 # Libraries targets
 lib_LTLIBRARIES = libSMESHDS.la
@@ -52,7 +54,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 = \