From: prascle Date: Mon, 6 Feb 2006 17:29:03 +0000 (+0000) Subject: PR: idl files distribution X-Git-Tag: BR_auto_V310__v_0_2~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0f409694594cca99c657a7c2cb7fc9555272ccee;p=modules%2Fkernel.git PR: idl files distribution --- diff --git a/idl/Makefile.am b/idl/Makefile.am index c3527324d..fd7b7e893 100644 --- a/idl/Makefile.am +++ b/idl/Makefile.am @@ -8,7 +8,7 @@ include $(top_srcdir)/salome_adm/unix/make_common_starter.am -IDL_FILES = \ +BASEIDL_FILES = \ SALOME_Exception.idl \ SALOME_Comm.idl \ SALOME_ModuleCatalog.idl \ @@ -25,12 +25,18 @@ IDL_FILES = \ SALOME_TestModuleCatalog.idl \ nstest.idl -if MPI_IS_OK - IDL_FILES+= SALOME_MPIObject.idl \ +MPIIDL_FILES = \ + SALOME_MPIObject.idl \ SALOME_MPIContainer.idl \ SALOME_TestMPIComponent.idl + +IDL_FILES = $(BASEIDL_FILES) +if MPI_IS_OK + IDL_FILES += $(MPIIDL_FILES) endif +EXTRA_DIST= $(BASEIDL_FILES) $(MPIIDL_FILES) + # This variable defines the files to be installed salomeidl_DATA = $(IDL_FILES)