X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fc2807f8c8e87d2b1b45e41111482c4537862222..5d548f22c406ea2d901977d5c9422881186907b7:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index 2eaff021e5..c3fe26cf42 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -26,6 +26,7 @@ EXTRA_DIST= \ xbt/graphxml.c \ xbt/graphxml.dtd \ xbt/context_private.h xbt/context_win32.h xbt/context_win32.c\ + xbt/ex_interface.h \ \ surf/maxmin_private.h \ surf/trace_mgr_private.h \ @@ -119,10 +120,12 @@ COMMON_SRC=\ xbt/swag.c \ xbt/graph.c \ xbt/set.c \ + xbt/xbt_matrix.c \ + xbt/xbt_host.c \ xbt/module.c \ xbt/config.c \ xbt/cunit.c \ - xbt/graphxml_parse.c \ + xbt/graphxml_parse.c \ \ gras/gras.c \ \ @@ -134,7 +137,7 @@ COMMON_SRC=\ gras/DataDesc/datadesc_interface.h gras/DataDesc/datadesc_private.h \ gras/DataDesc/ddt_parse.c gras/DataDesc/ddt_parse.yy.c gras/DataDesc/ddt_parse.yy.h \ \ - gras/Msg/msg.c gras/Msg/timer.c \ + gras/Msg/msg.c gras/Msg/rpc.c gras/Msg/timer.c \ gras/Msg/msg_interface.h gras/Msg/msg_private.h \ \ gras/Virtu/process.c @@ -175,7 +178,8 @@ SG_SRC= \ AMOK_SRC= \ amok/base.c \ - amok/Bandwidth/bandwidth.c amok/Bandwidth/saturate.c + amok/Bandwidth/bandwidth.c amok/Bandwidth/saturate.c \ + amok/HostManagement/hostmanagement.c ### ### Testing infrastructure