X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3a79aeb34bbe254ac45236e37128b78728037116..71b1bcf9d7039df9c5810da59f8adfe2adbd9dc8:/configure.ac diff --git a/configure.ac b/configure.ac index 528dad13f0..8aa9c57332 100644 --- a/configure.ac +++ b/configure.ac @@ -161,9 +161,11 @@ AM_CONDITIONAL(HAVE_FLEXML,test x$FLEXML != xNOTFOUND) # examples/pastry/Makefile examples/pastry/test_sg -# examples/gras/token/Makefile examples/gras/token/test_sg examples/gras/token/test_rl # examples/gras/chord/Makefile examples/gras/chord/test_sg examples/gras/chord/test_rl +# examples/amok/Makefile +# examples/amok/bandwidth/Makefile examples/amok/bandwidth/test_sg examples/amok/bandwidth/test_rl + SG_CONFIGURE_PART(Generating files...) AC_CONFIG_FILES([ Makefile @@ -176,8 +178,7 @@ AC_CONFIG_FILES([ examples/gras/ping/Makefile examples/gras/ping/test_sg examples/gras/ping/test_rl examples/gras/timer/Makefile examples/gras/timer/test_sg examples/gras/timer/test_rl examples/gras/chrono/Makefile examples/gras/chrono/test_sg examples/gras/chrono/test_rl - examples/amok/Makefile - examples/amok/bandwidth/Makefile examples/amok/bandwidth/test_sg + examples/gras/tokenS/Makefile examples/gras/tokenS/test_sg examples/gras/tokenS/test_rl doc/Makefile doc/Doxyfile tools/graspe-slave tools/Makefile @@ -196,14 +197,14 @@ AC_CONFIG_FILES([ examples/gras/ping/test_sg examples/gras/ping/test_rl \ examples/gras/timer/test_sg examples/gras/timer/test_rl \ examples/gras/chrono/test_sg examples/gras/chrono/test_rl \ - \ + examples/gras/tokenS/test_sg examples/gras/tokenS/test_rl \ examples/msg/run_msg_test \ ; do \ test -e $file && chmod +x $file; \ done ]) -# examples/gras/token/test_sg examples/gras/token/test_rl \ + # examples/gras/chord/test_sg examples/gras/chord/test_rl \ # examples/gras/pastry/test_sg