From: abd Date: Tue, 6 Mar 2007 14:03:24 +0000 (+0000) Subject: Add of missing files after merging with AutoTool branch X-Git-Tag: V4_0a2~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d6aad990bd95917c0c107404b90a4e61ec854982;p=modules%2Fgui.git Add of missing files after merging with AutoTool branch --- diff --git a/src/OCCViewer/Makefile.am b/src/OCCViewer/Makefile.am index 4299b7d24..2cde3fb57 100755 --- a/src/OCCViewer/Makefile.am +++ b/src/OCCViewer/Makefile.am @@ -34,6 +34,7 @@ salomeinclude_HEADERS= \ OCCViewer_ViewWindow.h \ OCCViewer_VService.h \ OCCViewer_CreateRestoreViewDlg.h \ + OCCViewer_SetRotationPointDlg.h \ OCCViewer.h dist_libOCCViewer_la_SOURCES= \ @@ -45,6 +46,7 @@ dist_libOCCViewer_la_SOURCES= \ OCCViewer_ViewWindow.cxx \ OCCViewer_VService.cxx \ OCCViewer_CreateRestoreViewDlg.cxx \ + OCCViewer_SetRotationPointDlg.cxx \ OCCViewer_ClippingDlg.cxx MOC_FILES= \ @@ -55,6 +57,7 @@ MOC_FILES= \ OCCViewer_ViewWindow_moc.cxx \ OCCViewer_ViewManager_moc.cxx \ OCCViewer_CreateRestoreViewDlg_moc.cxx \ + OCCViewer_SetRotationPointDlg_moc.cxx \ OCCViewer_ClippingDlg_moc.cxx nodist_libOCCViewer_la_SOURCES= $(MOC_FILES)