X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/620d7b39338ad2318d4ca3c638b7dad337cf7967..0f5509273af174fc845f00268eb6430cf22d8ee0:/configure.ac diff --git a/configure.ac b/configure.ac index 5584779ffc..9ceaa7f733 100644 --- a/configure.ac +++ b/configure.ac @@ -256,6 +256,10 @@ AC_CONFIG_FILES([ 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/gras/p2p/Makefile + examples/gras/p2p/chord/Makefile examples/gras/p2p/chord/test_sg examples/gras/p2p/chord/test_rl + examples/amok/Makefile examples/amok/bandwidth/Makefile examples/amok/bandwidth/test_sg examples/amok/bandwidth/test_rl doc/Makefile @@ -277,7 +281,8 @@ 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/gras/mmrpc/test_sg examples/gras/mmrpc/test_rl \ + examples/gras/p2p/chord/test_sg examples/gras/p2p/chord/test_rl \ examples/msg/run_msg_test \ ; do \ test -e $file && chmod +x $file; \