From: mquinson Date: Wed, 15 Mar 2006 16:45:00 +0000 (+0000) Subject: add the ongoing internship code X-Git-Tag: v3.3~3409 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/44727fb0343a00a3d344745c035d3c7cd9889634 add the ongoing internship code git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1949 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/configure.ac b/configure.ac index 5584779ffc..c1299b0547 100644 --- a/configure.ac +++ b/configure.ac @@ -256,6 +256,9 @@ 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/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 +280,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; \