From: vtn Date: Mon, 30 Jun 2014 07:02:43 +0000 (+0400) Subject: Compilation on Linux X-Git-Tag: CTH_1_10_a~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=697d641000b153808ad4fc9d3403ecc3a96db33d;p=modules%2Fgui.git Compilation on Linux --- diff --git a/src/Plot3d/Makefile.am b/src/Plot3d/Makefile.am index 971aa095a..ed1a2e047 100644 --- a/src/Plot3d/Makefile.am +++ b/src/Plot3d/Makefile.am @@ -35,7 +35,8 @@ salomeinclude_HEADERS= \ Plot3d_SetupSurfacesDlg.h \ Plot3d_ViewManager.h \ Plot3d_ViewModel.h \ - Plot3d_ViewWindow.h + Plot3d_ViewWindow.h \ + SALOME_ExtractGeometry.h dist_libPlot3d_la_SOURCES= \ Plot3d_Actor.cxx \ @@ -46,7 +47,8 @@ dist_libPlot3d_la_SOURCES= \ Plot3d_SetupSurfacesDlg.cxx \ Plot3d_ViewManager.cxx \ Plot3d_ViewModel.cxx \ - Plot3d_ViewWindow.cxx + Plot3d_ViewWindow.cxx \ + SALOME_ExtractGeometry.cxx MOC_FILES= \ Plot3d_FitDataDlg_moc.cxx \