]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Fix compilation on LInux
authorabd <abd@opencascade.com>
Mon, 14 Aug 2006 07:41:40 +0000 (07:41 +0000)
committerabd <abd@opencascade.com>
Mon, 14 Aug 2006 07:41:40 +0000 (07:41 +0000)
src/SVTK/Makefile.in
src/TOOLSGUI/Makefile.in

index f45b583aa187d138a3a2ee12bce558538703d9bd..1ae57ab1c4ebda51e9084ed18294521bfe91df32 100755 (executable)
@@ -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 \
index bec8e5a2b12e4977624521edfa95215f5e8e2fea..9497baf788477812d067cdf673aa9898307b5603 100755 (executable)
@@ -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