X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d9575bda5bd6f7ca02d89bf74ba28b81a5215628..1e7fc6623021c8649b97baa60b63c8463d02a9a3:/configure.ac diff --git a/configure.ac b/configure.ac index 2b8d5d1fb0..abd71324b3 100644 --- a/configure.ac +++ b/configure.ac @@ -245,6 +245,7 @@ AC_CONFIG_FILES([ 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/gras/mmrpc/Makefile examples/gras/mmrpc/test_sg examples/gras/mmrpc/test_rl examples/amok/Makefile examples/amok/bandwidth/Makefile examples/amok/bandwidth/test_sg examples/amok/bandwidth/test_rl doc/Makefile @@ -266,6 +267,7 @@ AC_CONFIG_FILES([ 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/gras/mmrpc/test_sg examples/gras/mmrpc/test_rl \ examples/msg/run_msg_test \ ; do \ test -e $file && chmod +x $file; \