From 02c4aa67c222fce31f990a3cbfdc73c462d7ff56 Mon Sep 17 00:00:00 2001 From: sln Date: Mon, 24 Mar 2014 18:03:34 +0400 Subject: [PATCH] Compilation on Linux --- 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 4578083b3..f68f44a9a 100755 --- a/src/SVTK/Makefile.am +++ b/src/SVTK/Makefile.am @@ -63,7 +63,8 @@ salomeinclude_HEADERS= \ SVTK_DoubleSpinBox.h \ Plot3d_Actor.h \ Plot3d_ViewManager.h \ - Plot3d_ViewModel.h + Plot3d_ViewModel.h \ + Plot3d_SetupSurfacesDlg.h dist_libSVTK_la_SOURCES= \ SVTK_Prs.cxx \ @@ -101,7 +102,8 @@ dist_libSVTK_la_SOURCES= \ SVTK_DoubleSpinBox.cxx \ Plot3d_Actor.cxx \ Plot3d_ViewManager.cxx \ - Plot3d_ViewModel.cxx + Plot3d_ViewModel.cxx \ + Plot3d_SetupSurfacesDlg.cxx # internal headers EXTRA_DIST += SVTK_SelectorDef.h SVTK_Trihedron.h @@ -125,7 +127,8 @@ MOC_FILES= \ SVTK_RecorderDlg_moc.cxx \ SVTK_DoubleSpinBox_moc.cxx \ Plot3d_ViewManager_moc.cxx \ - Plot3d_ViewModel_moc.cxx + Plot3d_ViewModel_moc.cxx \ + Plot3d_SetupSurfacesDlg_moc.cxx nodist_libSVTK_la_SOURCES= $(MOC_FILES) dist_salomeres_DATA=\ -- 2.39.2