From 5def181d2248ffcbb2aeac608911c7e97568b9b3 Mon Sep 17 00:00:00 2001 From: ageay Date: Fri, 18 Feb 2011 11:02:58 +0000 Subject: [PATCH] Compilation of MPIObject.idl even without MPI prereq. No dependancy of MPI prereq. --- idl/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/idl/Makefile.am b/idl/Makefile.am index f6ecf89b1..e558e9234 100644 --- a/idl/Makefile.am +++ b/idl/Makefile.am @@ -52,10 +52,10 @@ BASEIDL_FILES = \ Palm_Ports.idl \ SALOME_PACOExtension.idl \ SALOME_ParamPorts.idl \ - SALOME_Parametric.idl + SALOME_Parametric.idl \ + SALOME_MPIObject.idl MPIIDL_FILES = \ - SALOME_MPIObject.idl \ SALOME_MPIContainer.idl \ SALOME_TestMPIComponent.idl @@ -105,7 +105,8 @@ BASEIDL_SOURCES =\ Palm_PortsSK.cc \ SALOME_PACOExtensionSK.cc \ SALOME_ParamPortsSK.cc \ - SALOME_ParametricSK.cc + SALOME_ParametricSK.cc \ + SALOME_MPIObjectSK.cc DYNIDL_SRCS = \ SALOME_PortsDynSK.cc Calcium_PortsDynSK.cc SALOME_ContainerManagerDynSK.cc \ @@ -114,10 +115,9 @@ DYNIDL_SRCS = \ DSC_EnginesDynSK.cc SALOME_ComponentDynSK.cc SALOME_GenericObjDynSK.cc SALOME_TypesDynSK.cc \ Palm_PortsDynSK.cc SALOME_ExceptionDynSK.cc SALOMEDS_AttributesDynSK.cc \ LoggerDynSK.cc SALOME_PACOExtensionDynSK.cc SALOME_ParamPortsDynSK.cc SALOME_PyNodeDynSK.cc \ - SALOME_ParametricDynSK.cc + SALOME_ParametricDynSK.cc SALOME_MPIObjectDynSK.cc MPIIDL_SOURCES = \ - SALOME_MPIObjectSK.cc \ SALOME_MPIContainerSK.cc \ SALOME_TestMPIComponentSK.cc @@ -133,7 +133,7 @@ if MPI_IS_OK endif if MPI_IS_OK - DYNIDL_SRCS += SALOME_MPIObjectDynSK.cc SALOME_MPIContainerDynSK.cc SALOME_TestMPIComponentDynSK.cc + DYNIDL_SRCS += SALOME_MPIContainerDynSK.cc SALOME_TestMPIComponentDynSK.cc endif $(DYNIDL_SRCS) : $(IDL_SOURCES) -- 2.39.2