Salome HOME
Fix for the problem: VTK Viewer isn?t updated automatically after activation of...
[modules/smesh.git] / src / SMESHGUI / Makefile.in
index 2833cf2a375cf90045899cc5262f0b60062a8ac5..e637c770d3c26896b88823c2eccfe94be7fb6876 100644 (file)
@@ -96,6 +96,7 @@ LIB_SRC =     SMESHGUI.cxx \
                SMESHGUI_SymmetryDlg.cxx \
                SMESHGUI_SewingDlg.cxx \
                SMESHGUI_MergeNodesDlg.cxx \
+               SMESHGUI_EditMeshDlg.cxx \
                SMESHGUI_Utils.cxx \
                SMESHGUI_GEOMGenUtils.cxx \
                SMESHGUI_MeshUtils.cxx \
@@ -106,7 +107,12 @@ LIB_SRC =  SMESHGUI.cxx \
                SMESHGUI_PrecisionDlg.cxx \
                SMESHGUI_VTKUtils.cxx \
                SMESHGUI_Selection.cxx \
-               SMESHGUI_CreatePolyhedralVolumeDlg.cxx 
+               SMESHGUI_CreatePolyhedralVolumeDlg.cxx \
+               SMESHGUI_Operation.cxx \
+               SMESHGUI_SelectionOp.cxx \
+               SMESHGUI_Dialog.cxx \
+               SMESHGUI_MeshDlg.cxx \
+               SMESHGUI_MeshOp.cxx
 
 LIB_MOC = \
                SMESHGUI.h \
@@ -149,8 +155,16 @@ LIB_MOC = \
                SMESHGUI_SewingDlg.h \
                SMESHGUI_PrecisionDlg.h \
                SMESHGUI_MergeNodesDlg.h \
-               SMESHGUI_CreatePolyhedralVolumeDlg.h
-    
+               SMESHGUI_aParameter.h \
+               SMESHGUI_EditMeshDlg.h \
+               SMESHGUI_CreatePolyhedralVolumeDlg.h \
+               SMESHGUI_Operation.h \
+               SMESHGUI_SelectionOp.h \
+               SMESHGUI_Dialog.h \
+               SMESHGUI_MeshDlg.h \
+               SMESHGUI_MeshOp.h
+
+
 LIB_CLIENT_IDL = SALOME_Exception.idl \
                 GEOM_Gen.idl \
                 SMESH_Gen.idl \