From 554bef2166a77976a756dba833664a75dc9bd349 Mon Sep 17 00:00:00 2001 From: sln Date: Fri, 24 May 2013 13:33:12 +0000 Subject: [PATCH] Plot3d for GUITHARE --- src/SVTK/Makefile.am | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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=\ -- 2.39.2