From b3dbb8f5ae1d3d693c0b74e661583cd11a5a98c5 Mon Sep 17 00:00:00 2001 From: sln Date: Fri, 24 May 2013 12:33:17 +0000 Subject: [PATCH] SVTK_SpinboxDbl --- src/SVTK/Makefile.am | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/SVTK/Makefile.am b/src/SVTK/Makefile.am index 07129279d..de1b9aa7e 100755 --- a/src/SVTK/Makefile.am +++ b/src/SVTK/Makefile.am @@ -59,7 +59,8 @@ salomeinclude_HEADERS= \ SVTK_RecorderDlg.h \ SVTK_ImageWriter.h \ SVTK_ImageWriterMgr.h \ - SVTK_FrameBuffer.h + SVTK_FrameBuffer.h\ + SVTK_DoubleSpinBox.h dist_libSVTK_la_SOURCES= \ SVTK_Prs.cxx \ @@ -93,7 +94,8 @@ dist_libSVTK_la_SOURCES= \ SVTK_RecorderDlg.cxx \ SVTK_ImageWriter.cxx \ SVTK_ImageWriterMgr.cxx \ - SVTK_FrameBuffer.cxx + SVTK_FrameBuffer.cxx \ + SVTK_DoubleSpinBox.cxx # internal headers @@ -115,7 +117,8 @@ MOC_FILES= \ SVTK_SetRotationPointDlg_moc.cxx \ SVTK_ViewParameterDlg_moc.cxx \ SVTK_ComboAction_moc.cxx \ - SVTK_RecorderDlg_moc.cxx + SVTK_RecorderDlg_moc.cxx \ + SVTK_DoubleSpinBox_moc.cxx nodist_libSVTK_la_SOURCES= $(MOC_FILES) dist_salomeres_DATA=\ -- 2.39.2