From 24eb197c6e37b73e4fd0031815658307ea80b4d0 Mon Sep 17 00:00:00 2001 From: fayolle Date: Thu, 22 Mar 2007 15:37:36 +0000 Subject: [PATCH] =?utf8?q?Gestion=20des=20tailles=20illimit=C3=A9s=20des?= =?utf8?q?=20noms=20de=20fichiers=20(tar=20au=20cours=20du=20make=20dist)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- idl/Makefile.am | 3 ++- salome_adm/Makefile.am | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.2