]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Compilation on Linux
authorvtn <vtn@opencascade.com>
Mon, 30 Jun 2014 07:02:43 +0000 (11:02 +0400)
committervtn <vtn@opencascade.com>
Mon, 30 Jun 2014 07:02:43 +0000 (11:02 +0400)
src/Plot3d/Makefile.am

index 971aa095a83612aba123e58e07777a93629da58b..ed1a2e04761dc405bf6f50daf1b0a45fbd0af825 100644 (file)
@@ -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 \