]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Plot3d for GUITHARE
authorsln <sln@opencascade.com>
Fri, 24 May 2013 13:33:12 +0000 (13:33 +0000)
committersln <sln@opencascade.com>
Fri, 24 May 2013 13:33:12 +0000 (13:33 +0000)
src/SVTK/Makefile.am

index de1b9aa7e49e6e78e07d6c99fbc09dfaf5c7e20e..0a58e81e1ef59ecbae958f75ed02b581d08558a3 100755 (executable)
@@ -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=\