From 956317ac1e220a94400f84104f81faccea8cebd9 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Wed, 17 Jul 2013 03:13:13 +0000 Subject: [PATCH] Cleanup the MPIT errors - include the generated mpit lib in libompi, set ignores, remove the now unused mpit directory This commit was SVN r28816. --- ompi/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/ompi/Makefile.am b/ompi/Makefile.am index 9952b5ab5e..f5ecf76672 100644 --- a/ompi/Makefile.am +++ b/ompi/Makefile.am @@ -137,6 +137,7 @@ libmpi_la_LIBADD = \ mpi/c/libmpi_c.la \ $(c_mpi_lib) \ $(c_pmpi_lib) \ + mpi/tool/libmpi_mpit.la \ $(mpi_fortran_base_lib) \ $(MCA_ompi_FRAMEWORK_LIBS) \ $(OMPI_MPIEXT_C_LIBS) \