From 0f409694594cca99c657a7c2cb7fc9555272ccee Mon Sep 17 00:00:00 2001 From: prascle Date: Mon, 6 Feb 2006 17:29:03 +0000 Subject: [PATCH] PR: idl files distribution --- idl/Makefile.am | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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) -- 2.39.2