Salome HOME
PAL13330( When mesh generation does not success, trace where )
[modules/smesh.git] / src / SMESHGUI / Makefile.in
index c56a3d56477390a2c76b1802bd57234f21437adb..f15154112a53d80a81eea13074befcd345a42a13 100644 (file)
@@ -91,6 +91,7 @@ LIB_SRC =     SMESHGUI.cxx \
                SMESHGUI_SewingDlg.cxx \
                SMESHGUI_MergeNodesDlg.cxx \
                SMESHGUI_EditMeshDlg.cxx \
+               SMESHGUI_BuildCompoundDlg.cxx \
                SMESHGUI_Utils.cxx \
                SMESHGUI_GEOMGenUtils.cxx \
                SMESHGUI_MeshUtils.cxx \
@@ -111,7 +112,10 @@ LIB_SRC =  SMESHGUI.cxx \
                SMESHGUI_ShapeByMeshDlg.cxx \
                SMESHGUI_AddQuadraticElementDlg.cxx \
                SMESHGUI_ConvToQuadDlg.cxx \
-               SMESHGUI_ConvToQuadOp.cxx
+               SMESHGUI_ConvToQuadOp.cxx \
+               SMESHGUI_MeshEditPreview.cxx \
+               SMESHGUI_MakeNodeAtPointDlg.cxx \
+               SMESHGUI_ComputeDlg.cxx 
 
 LIB_MOC = \
                SMESHGUI.h \
@@ -149,6 +153,7 @@ LIB_MOC = \
                SMESHGUI_SewingDlg.h \
                SMESHGUI_MergeNodesDlg.h \
                SMESHGUI_EditMeshDlg.h \
+               SMESHGUI_BuildCompoundDlg.h \
                SMESHGUI_CreatePolyhedralVolumeDlg.h \
                SMESHGUI_Operation.h \
                SMESHGUI_SelectionOp.h \
@@ -159,13 +164,16 @@ LIB_MOC = \
                SMESHGUI_ShapeByMeshDlg.h \
                SMESHGUI_AddQuadraticElementDlg.h \
                SMESHGUI_ConvToQuadDlg.h \
-               SMESHGUI_ConvToQuadOp.h
+               SMESHGUI_ConvToQuadOp.h \
+               SMESHGUI_MakeNodeAtPointDlg.h \
+               SMESHGUI_ComputeDlg.h 
 
 
 LIB_CLIENT_IDL = SALOME_Exception.idl \
                 GEOM_Gen.idl \
                 SMESH_Gen.idl \
                 SMESH_Mesh.idl \
+                SMESH_MeshEditor.idl \
                 SMESH_Hypothesis.idl \
                 SMESH_Group.idl \
                 SALOMEDS.idl \