X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8c9435870a762e8e7421ebae7cc888012135403e..9222bb195a7da9a87455a42552606b9ff5ed7fd5:/configure.ac diff --git a/configure.ac b/configure.ac index 1dbbd63429..28f9fb3c62 100644 --- a/configure.ac +++ b/configure.ac @@ -180,11 +180,11 @@ AC_CONFIG_FILES([ for file in \ testsuite/run_tests \ testsuite/gras/trp_tcp_usage testsuite/gras/trp_file_usage \ - tools/graspe-slave \ + tools/graspe-slave tools/graspe-master \ examples/msg/run_msg_test \ 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/chrono/test_sg examples/gras/chrono/test_rl \ ; do \ test -e $file && chmod +x $file; \ done