X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dc7c4f85c019585dd76958fc51f73bfd2443dc18..6604439f3437486f84c0e239f28b162662631127:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index 989a01169c..f6b67794a2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -120,6 +120,7 @@ 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 \ @@ -267,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