From 8a861594a8ccb76034fa9653434f8cec7cf26654 Mon Sep 17 00:00:00 2001 From: secher Date: Wed, 7 Sep 2011 14:25:32 +0000 Subject: [PATCH] just a little bug --- src/MPIContainer/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/MPIContainer/Makefile.am b/src/MPIContainer/Makefile.am index 5e9e3f55a..7e60fcea1 100644 --- a/src/MPIContainer/Makefile.am +++ b/src/MPIContainer/Makefile.am @@ -101,12 +101,11 @@ libSalomeMPIContainer_la_LIBADD = $(COMMON_LIBS) # Executables targets # =============================================================== # -bin_PROGRAMS = SALOME_MPIContainer +bin_PROGRAMS = SALOME_MPIContainer testMPI2 SALOME_MPIContainer_SOURCES = SALOME_MPIContainer.cxx SALOME_MPIContainer_LDADD = libSalomeMPIContainer.la $(COMMON_LIBS) @PYTHON_LIBS@ @MPI_LIBS@ SALOME_MPIContainer_CPPFLAGS = $(COMMON_CPPFLAGS) -bin_PROGRAMS = testMPI2 testMPI2_SOURCES = testMPI2.cxx testMPI2_LDADD = @MPI_LIBS@ testMPI2_CPPFLAGS = @MPI_INCLUDES@ -- 2.39.2