]> SALOME platform Git repositories - plugins/netgenplugin.git/commitdiff
Salome HOME
Add missing client idls: it is strange but on all platforms except RedHat it worked...
authormsv <msv@opencascade.com>
Fri, 28 Apr 2006 07:54:24 +0000 (07:54 +0000)
committermsv <msv@opencascade.com>
Fri, 28 Apr 2006 07:54:24 +0000 (07:54 +0000)
src/GUI/Makefile.in

index 5b725b3ac4663a9eae1b51d82892e6c8f4d3fbf5..0ed7eadbec0664753ddeb58fe3fef1ef247eb287 100644 (file)
@@ -6,7 +6,7 @@
 top_srcdir=@top_srcdir@
 top_builddir=../..
 srcdir=@srcdir@
-VPATH=.:@srcdir@:@top_srcdir@/idl:$(top_builddir)/idl:${KERNEL_ROOT_DIR}/idl/salome:${GUI_ROOT_DIR}/idl/salome:${SMESH_ROOT_DIR}/idl/salome:${MED_ROOT_DIR}/idl/salome
+VPATH=.:@srcdir@:@top_srcdir@/idl:$(top_builddir)/idl:${KERNEL_ROOT_DIR}/idl/salome:${GUI_ROOT_DIR}/idl/salome:${GEOM_ROOT_DIR}/idl/salome:${SMESH_ROOT_DIR}/idl/salome:${MED_ROOT_DIR}/idl/salome
 
 @COMMENCE@
 
@@ -29,6 +29,9 @@ LIB_CLIENT_IDL = \
        SALOME_Exception.idl \
        SALOME_GenericObj.idl \
        SALOME_Component.idl \
+       SALOME_Comm.idl \
+       GEOM_Gen.idl \
+       MED.idl \
        SMESH_Gen.idl \
        SMESH_Mesh.idl \
        SMESH_Group.idl \