Salome HOME
[Bug PAL7444] display mesh takes a lot of more memory in 2.1.0 than in 2.0.0.
[modules/smesh.git] / src / SMESH_I / Makefile.in
index 700a10d33a8f6b95d195e9435f3234166c76ae0e..3c7b1fcd9f1bb14281e57709b9f07d5b1642214b 100644 (file)
@@ -45,7 +45,7 @@ EXPORT_HEADERS= \
        SMESH_subMesh_i.hxx \
        SMESH_Mesh_i.hxx \
        SMESH_Hypothesis_i.hxx \
-       SMESH.hxx
+       SMESH.hxx SMESH_Base.hxx SMESH_Factory.hxx
 
 EXPORT_PYSCRIPTS = smeshpy.py
 
@@ -69,7 +69,8 @@ LIB_SRC = \
         SMESH_3D_Algo_i.cxx \
        SMESH_Filter_i.cxx \
        SMESH_Group_i.cxx \
-       SMESH_Pattern_i.cxx
+       SMESH_Pattern_i.cxx \
+       SMESH_DumpPython.cxx
 
 LIB_SERVER_IDL = SMESH_Gen.idl SMESH_Hypothesis.idl SMESH_Mesh.idl \
                  SALOME_Component.idl SALOME_Exception.idl \