From bc7756bce1585885da7a91506a38323ede76901d Mon Sep 17 00:00:00 2001 From: abd Date: Mon, 14 Aug 2006 07:41:40 +0000 Subject: [PATCH] Fix compilation on LInux --- src/SVTK/Makefile.in | 6 ++++-- src/TOOLSGUI/Makefile.in | 8 ++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/SVTK/Makefile.in b/src/SVTK/Makefile.in index f45b583aa..1ae57ab1c 100755 --- a/src/SVTK/Makefile.in +++ b/src/SVTK/Makefile.in @@ -55,7 +55,8 @@ EXPORT_HEADERS= \ SVTK_SelectionEvent.h \ SVTK_SpaceMouse.h \ SVTK_Event.h \ - SVTK_ViewModelBase.h + SVTK_ViewModelBase.h \ + SVTK_Extension.h PO_FILES = \ SVTK_msg_en.po \ @@ -87,7 +88,8 @@ LIB_SRC= \ SVTK_RenderWindowInteractor.cxx \ SVTK_GenericRenderWindowInteractor.cxx \ SVTK_SpaceMouse.cxx \ - SVTK_Selector.cxx + SVTK_Selector.cxx \ + SVTK_Extension.cxx LIB_MOC = \ SVTK_GenericRenderWindowInteractor.h \ diff --git a/src/TOOLSGUI/Makefile.in b/src/TOOLSGUI/Makefile.in index bec8e5a2b..9497baf78 100755 --- a/src/TOOLSGUI/Makefile.in +++ b/src/TOOLSGUI/Makefile.in @@ -37,7 +37,9 @@ VPATH=.:@srcdir@:@top_srcdir@/idl:@srcdir@/resources # header files EXPORT_HEADERS = ToolsGUI.h \ ToolsGUI_RegWidget.h \ - ToolsGUI_CatalogGeneratorDlg.h + ToolsGUI_CatalogGeneratorDlg.h \ + ToolsGUI_HelpWindow.h \ + ToolsGUI_IntervalWindow.h # .po files to transform in .qm PO_FILES = ToolsGUI_icons.po \ @@ -53,7 +55,9 @@ LIB_SRC = ToolsGUI_CatalogGeneratorDlg.cxx \ ToolsGUI.cxx LIB_MOC = ToolsGUI_CatalogGeneratorDlg.h \ - ToolsGUI_RegWidget.h + ToolsGUI_RegWidget.h \ + ToolsGUI_HelpWindow.h \ + ToolsGUI_IntervalWindow.h LIB_CLIENT_IDL = SALOME_Registry.idl SALOME_Exception.idl -- 2.39.2