Salome HOME
Merge from BR_phase16 branch (09/12/09)
[modules/smesh.git] / src / SMESHGUI / Makefile.am
index 94559f0989e455a833e3ba71584806e68ef411f0..394a318641cea2d2fb5233ea3ee34ec7f6ab28d6 100644 (file)
@@ -91,6 +91,10 @@ salomeinclude_HEADERS = \
        SMESHGUI_MeshEditPreview.h \
        SMESHGUI_IdValidator.h \
        SMESHGUI_MeshInfosBox.h \
+       SMESHGUI_Make2DFrom3DOp.h \
+       SMESHGUI_FindElemByPointDlg.h \
+       SMESHGUI_MeshOrderDlg.h \
+       SMESHGUI_MeshOrderOp.h \
        SMESH_SMESHGUI.hxx
 
 # Libraries targets
@@ -159,7 +163,10 @@ dist_libSMESH_la_SOURCES = \
        SMESHGUI_MeshEditPreview.cxx \
        SMESHGUI_GroupOnShapeDlg.cxx \
        SMESHGUI_FileInfoDlg.cxx \
-       SMESHGUI_MeshInfosBox.cxx
+       SMESHGUI_MeshInfosBox.cxx \
+       SMESHGUI_Make2DFrom3DOp.cxx \
+       SMESHGUI_MeshOrderDlg.cxx \
+       SMESHGUI_MeshOrderOp.cxx
 
 MOC_FILES = \
        SMESHGUI_moc.cxx \
@@ -212,7 +219,12 @@ MOC_FILES = \
        SMESHGUI_MakeNodeAtPointDlg_moc.cxx \
        SMESHGUI_GroupOnShapeDlg_moc.cxx \
        SMESHGUI_FileInfoDlg_moc.cxx \
-       SMESHGUI_MeshInfosBox_moc.cxx
+       SMESHGUI_MeshInfosBox_moc.cxx \
+       SMESHGUI_Make2DFrom3DOp_moc.cxx \
+       SMESHGUI_FindElemByPointDlg.cxx \
+       SMESHGUI_FindElemByPointDlg_moc.cxx \
+       SMESHGUI_MeshOrderDlg_moc.cxx \
+       SMESHGUI_MeshOrderOp_moc.cxx
 
 nodist_libSMESH_la_SOURCES= \
        $(MOC_FILES)