]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
ContainersManager
authorrahuel <rahuel@opencascade.com>
Fri, 5 Nov 2004 08:39:02 +0000 (08:39 +0000)
committerrahuel <rahuel@opencascade.com>
Fri, 5 Nov 2004 08:39:02 +0000 (08:39 +0000)
src/SUPERVGraph/Makefile.in
src/Session/Makefile.in
src/TOOLSGUI/Makefile.in
src/TestContainer/Makefile.in

index 3edb511e4e4516883d038cda6d42df6053903dee..e658192cbd8c173dd88e40eea26de8fa630b4f52 100644 (file)
@@ -22,7 +22,8 @@ LIB_MOC =       SUPERVGraph_moc.cxx \
 LIB_CLIENT_IDL = SALOMEDS.idl \
                 SALOME_ModuleCatalog.idl \
                 SALOME_Component.idl \
-                SALOME_Exception.idl
+                SALOME_Exception.idl \
+                ContainersManager.idl
 
 
 CPPFLAGS+=$(QT_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES) 
index 36ba65ddefbc20d6d1a9c185bf2f56d881192498..a9f12811c01b1df78ec4957d7de08c4d21837efd 100644 (file)
@@ -47,7 +47,7 @@ LIB_SRC=\
 BIN = SALOME_Session_Server
 BIN_SRC = 
 BIN_SERVER_IDL = SALOME_Session.idl
-BIN_CLIENT_IDL = SALOMEDS.idl SALOMEDS_Attributes.idl SALOME_Component.idl SALOME_Registry.idl SALOME_ModuleCatalog.idl SALOME_Exception.idl
+BIN_CLIENT_IDL = SALOMEDS.idl SALOMEDS_Attributes.idl SALOME_Component.idl SALOME_Registry.idl SALOME_ModuleCatalog.idl SALOME_Exception.idl ContainersManager.idl
 
 CPPFLAGS+=$(QT_MT_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES)
 CXXFLAGS+=$(OCC_CXXFLAGS)
index 03a9868616a7cce1ac8bec39c861edc387baa91f..ffb9acf200f5f949a753149bc2e4e48917275a94 100644 (file)
@@ -51,7 +51,8 @@ LIB_SRC = ToolsGUI.cxx \
 LIB_MOC = ToolsGUI_moc.cxx \
          ToolsGUI_CatalogGeneratorDlg_moc.cxx
 
-LIB_CLIENT_IDL = SALOME_Exception.idl
+LIB_CLIENT_IDL = SALOME_Exception.idl \
+                ContainersManager.idl
 
 # additionnal information to compil and link file
 
index 8ee409d994cf8305a6dc254d3b9181a064bfbe48..eec3bda33d8b08dfb929dbb2daf6188bcf109cce 100644 (file)
@@ -39,7 +39,7 @@ EXPORT_PYSCRIPTS = SALOME_TestComponentPy.py TestComponentPy.py
 
 LIB = libSalomeTestComponentEngine.la 
 LIB_SRC = SALOME_TestComponent_i.cxx
-LIB_CLIENT_IDL = SALOME_Component.idl SALOME_TestComponent.idl
+LIB_CLIENT_IDL = ContainersManager.idl SALOME_Component.idl SALOME_TestComponent.idl
 
 # Executables targets
 BIN = TestContainer TestLogger