X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMPIContainer%2FMakefile.in;fp=src%2FMPIContainer%2FMakefile.in;h=808e9a42287f0257372ed30452ca5f8426848a63;hb=b12a1094acde2bbf80a7ec74619e09e11092e49a;hp=6aa39f7ce08ef9a8651b180695877b84ea61e810;hpb=e68beb3478b3bf8c14d047b891443807813a43cb;p=modules%2Fkernel.git diff --git a/src/MPIContainer/Makefile.in b/src/MPIContainer/Makefile.in index 6aa39f7ce..808e9a422 100644 --- a/src/MPIContainer/Makefile.in +++ b/src/MPIContainer/Makefile.in @@ -50,7 +50,7 @@ LIB_SERVER_IDL = SALOME_MPIObject.idl SALOME_MPIContainer.idl # Executables targets BIN = SALOME_MPIContainer BIN_SRC = -BIN_SERVER_IDL = SALOME_MPIObject.idl SALOME_MPIContainer.idl +BIN_SERVER_IDL = SALOME_MPIObject.idl SALOME_MPIContainer.idl SALOME_Exception.idl CPPFLAGS+= $(PYTHON_INCLUDES) LDFLAGS+= -lSalomeContainer -lSalomeNS -lRegistry -lOpUtil -lSalomeNotification -lSALOMELocalTrace -lSalomeResourcesManager @@ -59,7 +59,7 @@ ifeq (@WITHMPI@,yes) LIBS += $(PYTHON_LIBS) $(MPI_LIBS) CXXFLAGS+=${MPI_INCLUDES} CXX_DEPEND_FLAG+=${MPI_INCLUDES} - LDFLAGSFORBIN= $(LDFLAGS) + LDFLAGSFORBIN= $(LDFLAGS) -lSALOMEBasics LIBSFORBIN= $(LIBS) endif