X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/03efe18546bf73cbdaa32cf7c53643f69300ade4..569bbeaf0cf00247d78bfb670b9f2d8c2a3f9ba8:/configure.ac diff --git a/configure.ac b/configure.ac index 5d8b831495..6659638c23 100644 --- a/configure.ac +++ b/configure.ac @@ -260,6 +260,7 @@ AC_CONFIG_FILES([ examples/gras/p2p/Makefile examples/gras/p2p/chord/Makefile examples/gras/p2p/chord/test_sg examples/gras/p2p/chord/test_rl + examples/gras/p2p/can/Makefile examples/gras/p2p/can/test_sg examples/gras/p2p/can/test_rl examples/amok/Makefile examples/amok/bandwidth/Makefile examples/amok/bandwidth/test_sg examples/amok/bandwidth/test_rl @@ -287,6 +288,7 @@ AC_CONFIG_FILES([ examples/gras/tokenS/test_sg examples/gras/tokenS/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/gras/p2p/can/test_sg examples/gras/p2p/can/test_rl \ examples/msg/run_msg_test \ ; do \ test -e $file && chmod +x $file; \