From d6aad990bd95917c0c107404b90a4e61ec854982 Mon Sep 17 00:00:00 2001 From: abd Date: Tue, 6 Mar 2007 14:03:24 +0000 Subject: [PATCH] Add of missing files after merging with AutoTool branch --- src/OCCViewer/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.39.2