From daf742df05a212ab03e044b2162a37e446efd748 Mon Sep 17 00:00:00 2001 From: inv Date: Thu, 6 May 2010 09:08:51 +0000 Subject: [PATCH] Fix linkage problem (on Debian 4, 3.1) --- src/MPIContainer/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MPIContainer/Makefile.am b/src/MPIContainer/Makefile.am index 65a272937..d8a35f1dc 100644 --- a/src/MPIContainer/Makefile.am +++ b/src/MPIContainer/Makefile.am @@ -97,7 +97,7 @@ libSalomeMPIContainer_la_LIBADD = $(COMMON_LIBS) # bin_PROGRAMS = SALOME_MPIContainer SALOME_MPIContainer_SOURCES = SALOME_MPIContainer.cxx -SALOME_MPIContainer_LDADD = libSalomeMPIContainer.la @PYTHON_LIBS@ @MPI_LIBS@ +SALOME_MPIContainer_LDADD = libSalomeMPIContainer.la $(COMMON_LIBS) @PYTHON_LIBS@ @MPI_LIBS@ SALOME_MPIContainer_CPPFLAGS = $(COMMON_CPPFLAGS) -- 2.39.2