From: msv Date: Fri, 28 Apr 2006 07:54:24 +0000 (+0000) Subject: Add missing client idls: it is strange but on all platforms except RedHat it worked... X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a851ef8aa96682faa5f00ccd17b3ee9a265ca83e;p=plugins%2Fnetgenplugin.git Add missing client idls: it is strange but on all platforms except RedHat it worked without this correction --- diff --git a/src/GUI/Makefile.in b/src/GUI/Makefile.in index 5b725b3..0ed7ead 100644 --- a/src/GUI/Makefile.in +++ b/src/GUI/Makefile.in @@ -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 \