From: pini Date: Wed, 10 Feb 2010 10:18:24 +0000 (+0000) Subject: Oops, forgot to commit the updated Makefile. X-Git-Tag: SVN~661 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3fe3fcafc17d68c0daacacea0c24afad28cb03c0 Oops, forgot to commit the updated Makefile. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7073 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/Makefile.am b/src/Makefile.am index ed9474a827..9d581473d3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -222,11 +222,11 @@ endif SMPI_SRC= \ smpi/smpi_base.c \ + smpi/smpi_comm.c \ + smpi/smpi_group.c \ smpi/smpi_bench.c \ smpi/smpi_global.c \ smpi/smpi_mpi.c \ - smpi/smpi_sender.c \ - smpi/smpi_receiver.c \ smpi/smpi_util.c \ smpi/smpi_coll.c \ smpi/smpi_mpi_dt.c