X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/997c8258acf2a8d11006f438a096cbd1dada7eda..702d6d0fe6771c35145c22266e0271c0c7daf0b7:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index 1f8eb6c639..f6b67794a2 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 \ \ @@ -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 @@ -264,12 +268,12 @@ else ../include/surf/surfxml.h surf/surfxml.l: surf/surfxml.dtd @echo "ERROR: src/surf/surfxml.dtd was modified, but the flexml program was not detected" @echo "ERROR: Please install it, or if you didn't modify this file, try this:" - @echo "ERROR: touch src/include/surf/surfxml.h src/surf/surfxml.l" + @echo "ERROR: touch include/surf/surfxml.h src/surf/surfxml.l" @exit 1 ../include/xbt/graphxml.h xbt/graphxml.l: xbt/graphxml.dtd @echo "ERROR: src/xbt/graphxml.dtd was modified, but the flexml program was not detected" @echo "ERROR: Please install it, or if you didn't modify this file, try this:" - @echo "ERROR: touch src/include/xbt/graphxml.h src/xbt/graphxml.l" + @echo "ERROR: touch include/xbt/graphxml.h src/xbt/graphxml.l" @exit 1 endif endif