From: sln Date: Fri, 24 May 2013 13:33:12 +0000 (+0000) Subject: Plot3d for GUITHARE X-Git-Tag: CTH_1_9_2~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=554bef2166a77976a756dba833664a75dc9bd349;p=modules%2Fgui.git Plot3d for GUITHARE --- diff --git a/src/SVTK/Makefile.am b/src/SVTK/Makefile.am index de1b9aa7e..0a58e81e1 100755 --- a/src/SVTK/Makefile.am +++ b/src/SVTK/Makefile.am @@ -60,7 +60,9 @@ salomeinclude_HEADERS= \ SVTK_ImageWriter.h \ SVTK_ImageWriterMgr.h \ SVTK_FrameBuffer.h\ - SVTK_DoubleSpinBox.h + SVTK_DoubleSpinBox.h \ + Plot3d_ViewManager.h \ + Plot3d_ViewModel.h dist_libSVTK_la_SOURCES= \ SVTK_Prs.cxx \ @@ -95,8 +97,9 @@ dist_libSVTK_la_SOURCES= \ SVTK_ImageWriter.cxx \ SVTK_ImageWriterMgr.cxx \ SVTK_FrameBuffer.cxx \ - SVTK_DoubleSpinBox.cxx - + SVTK_DoubleSpinBox.cxx \ + Plot3d_ViewManager.cxx \ + Plot3d_ViewModel.cxx # internal headers EXTRA_DIST += SVTK_SelectorDef.h SVTK_Trihedron.h @@ -118,7 +121,9 @@ MOC_FILES= \ SVTK_ViewParameterDlg_moc.cxx \ SVTK_ComboAction_moc.cxx \ SVTK_RecorderDlg_moc.cxx \ - SVTK_DoubleSpinBox_moc.cxx + SVTK_DoubleSpinBox_moc.cxx \ + Plot3d_ViewManager_moc.cxx \ + Plot3d_ViewModel_moc.cxx nodist_libSVTK_la_SOURCES= $(MOC_FILES) dist_salomeres_DATA=\