From 007cbe74f4074fac291fb0fa8b9df6c82de4e9ee Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Tue, 11 Aug 2009 02:42:47 +0000 Subject: [PATCH] Include the sendrecv blaster in the tarball This commit was SVN r21790. --- orte/test/mpi/Makefile.include | 1 + 1 file changed, 1 insertion(+) diff --git a/orte/test/mpi/Makefile.include b/orte/test/mpi/Makefile.include index 5ee5b44b9f..11c92a494c 100644 --- a/orte/test/mpi/Makefile.include +++ b/orte/test/mpi/Makefile.include @@ -47,6 +47,7 @@ EXTRA_DIST += \ test/mpi/mpi_spin.c \ test/mpi/multi_abort.c \ test/mpi/pubsub.c \ + test/mpi/sendrecv_blaster.c \ test/mpi/simple_spawn.c \ test/mpi/slave_spawn.c \ test/mpi/slave.c \