X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ac4e0d6a72781d6b567bd45cdb2de02aa4b41d67..d30fcaa41c0aabda5afef028a793b9e295a4aadb:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index 66155e6262..a9ea7dcaee 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -40,8 +40,6 @@ EXTRA_DIST= \ surf/maxmin_private.h \ surf/trace_mgr_private.h \ surf/surf_private.h \ - surf/cpu_private.h \ - surf/workstation_private.h \ surf/surfxml_parse.c \ surf/simgrid_dtd.l \ surf/simgrid_dtd.c \ @@ -171,6 +169,7 @@ SURF_SRC= \ surf/surf_model.c \ surf/surf_resource.c \ surf/surf_action.c \ + surf/surf_routing.c \ surf/surf_config.c \ surf/maxmin.c \ surf/fair_bottleneck.c \ @@ -216,7 +215,8 @@ SMPI_SRC= \ smpi/smpi_mpi.c \ smpi/smpi_sender.c \ smpi/smpi_receiver.c \ - smpi/smpi_util.c + smpi/smpi_util.c \ + smpi/smpi_coll.c MSG_SRC= msg/msg_config.c \ msg/task.c msg/host.c msg/m_process.c msg/gos.c \