From: fayolle Date: Thu, 22 Mar 2007 15:37:36 +0000 (+0000) Subject: Gestion des tailles illimités des noms de fichiers (tar au cours du make dist) X-Git-Tag: DSC_CalciumOK~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=24eb197c6e37b73e4fd0031815658307ea80b4d0;p=modules%2Fkernel.git Gestion des tailles illimités des noms de fichiers (tar au cours du make dist) --- diff --git a/idl/Makefile.am b/idl/Makefile.am index 11d80b71d..1c43ccb6c 100644 --- a/idl/Makefile.am +++ b/idl/Makefile.am @@ -86,6 +86,7 @@ BASEIDL_SOURCES =\ DSC_EnginesSK.cc \ SALOME_PortsSK.cc \ Calcium_PortsSK.cc \ + Calcium_PortsDynSK.cc \ Palm_PortsSK.cc MPIIDL_SOURCES = \ @@ -113,7 +114,7 @@ libSalomeIDLKernel_la_LIBADD = @CORBA_LIBS@ OMNIORB_IDL = @OMNIORB_IDL@ OMNIORB_IDLCXXFLAGS = @OMNIORB_IDLCXXFLAGS@ OMNIORB_IDLPYFLAGS = @OMNIORB_IDLPYFLAGS@ -I$(top_builddir)/salome/idl -IDLCXXFLAGS = -bcxx @IDLCXXFLAGS@ -I$(top_builddir)/salome/idl +IDLCXXFLAGS = -bcxx @IDLCXXFLAGS@ -Wba -I$(top_builddir)/salome/idl IDLPYFLAGS = @IDLPYFLAGS@ # potential problem on parallel make on the following - multiple outputs diff --git a/salome_adm/Makefile.am b/salome_adm/Makefile.am index 7ae83a6fc..5fa052423 100644 --- a/salome_adm/Makefile.am +++ b/salome_adm/Makefile.am @@ -17,3 +17,4 @@ # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # SUBDIRS = unix +AUTOMAKE_OPTIONS=filename-length-max=255