X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FMakefile.in;h=821ca6f91868eee1e66d70887c2416fe554f7708;hb=f899a9e718eecb1dfdd4474a08a277e333a55857;hp=6871db10562cbb799b5ad17f8fc5e5fc2ac760f1;hpb=c63ee099ad2b149bd70136839c973e8910137bc5;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/Makefile.in b/src/SMESHGUI/Makefile.in index 6871db105..821ca6f91 100644 --- a/src/SMESHGUI/Makefile.in +++ b/src/SMESHGUI/Makefile.in @@ -42,7 +42,9 @@ EXPORT_HEADERS= SMESHGUI_Swig.hxx \ SMESHGUI_Hypotheses.h \ SMESHGUI_HypothesesUtils.h \ SMESHGUI_SpinBox.h \ - SMESHGUI_Selection.h + SMESHGUI_Selection.h \ + SMESHGUI_VTKUtils.h + # .po files to transform in .qm PO_FILES = \ @@ -89,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 \ @@ -109,7 +112,9 @@ 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 LIB_MOC = \ SMESHGUI.h \ @@ -147,6 +152,7 @@ LIB_MOC = \ SMESHGUI_SewingDlg.h \ SMESHGUI_MergeNodesDlg.h \ SMESHGUI_EditMeshDlg.h \ + SMESHGUI_BuildCompoundDlg.h \ SMESHGUI_CreatePolyhedralVolumeDlg.h \ SMESHGUI_Operation.h \ SMESHGUI_SelectionOp.h \ @@ -157,13 +163,15 @@ LIB_MOC = \ SMESHGUI_ShapeByMeshDlg.h \ SMESHGUI_AddQuadraticElementDlg.h \ SMESHGUI_ConvToQuadDlg.h \ - SMESHGUI_ConvToQuadOp.h + SMESHGUI_ConvToQuadOp.h \ + SMESHGUI_MakeNodeAtPointDlg.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 \