X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7fd8e320a3dd37fce7d9f03970e14d7e4d95ff00..ab2f9ddbfa677b1ce7b50c0e8dbe73cd3140f931:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index 75c22a6b47..989a01169c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -120,10 +120,11 @@ COMMON_SRC=\ xbt/swag.c \ xbt/graph.c \ xbt/set.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 \ \ @@ -176,7 +177,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