X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3a79aeb34bbe254ac45236e37128b78728037116..5e57e94295118855d4c5cebecd714649282c1f46:/configure.ac diff --git a/configure.ac b/configure.ac index 528dad13f0..c022500b2e 100644 --- a/configure.ac +++ b/configure.ac @@ -161,7 +161,6 @@ 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 SG_CONFIGURE_PART(Generating files...) @@ -176,8 +175,9 @@ 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/gras/tokenS/Makefile examples/gras/tokenS/test_sg examples/gras/tokenS/test_rl examples/amok/Makefile - examples/amok/bandwidth/Makefile examples/amok/bandwidth/test_sg + examples/amok/bandwidth/Makefile examples/amok/bandwidth/test_sg examples/amok/bandwidth/test_rl doc/Makefile doc/Doxyfile tools/graspe-slave tools/Makefile @@ -196,14 +196,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