From: mquinson Date: Wed, 12 Jul 2006 18:46:25 +0000 (+0000) Subject: Move simple token-ring to a subdir X-Git-Tag: v3.3~2809 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/276f2858f5bb7a929fa20bd754d2d412bf3efbb4 Move simple token-ring to a subdir git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2549 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/configure.ac b/configure.ac index 1622de7dde..9fd5b2a0b7 100644 --- a/configure.ac +++ b/configure.ac @@ -272,7 +272,7 @@ AC_CONFIG_FILES([ examples/gras/rpc/Makefile examples/gras/rpc/test_sg examples/gras/rpc/test_rl 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/mutual_exclusion/simple_token/Makefile examples/gras/mutual_exclusion/simple_token/test_sg examples/gras/mutual_exclusion/simple_token/test_rl examples/gras/mmrpc/Makefile examples/gras/mmrpc/test_sg examples/gras/mmrpc/test_rl examples/gras/pmm/Makefile examples/gras/pmm/test_sg examples/gras/pmm/test_rl examples/gras/all2all/Makefile examples/gras/all2all/test_sg examples/gras/all2all/test_rl @@ -304,7 +304,7 @@ AC_CONFIG_FILES([ examples/gras/rpc/test_sg examples/gras/rpc/test_rl \ 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/mutual_exclusion/simple_token/test_sg examples/gras/mutual_exclusion/simple_token/test_rl \ examples/gras/mmrpc/test_sg examples/gras/mmrpc/test_rl \ examples/gras/pmm/test_sg examples/gras/pmm/test_rl \ examples/gras/all2all/test_sg examples/gras/all2all/test_rl \ diff --git a/examples/gras/Makefile.am b/examples/gras/Makefile.am index 95550f21b1..e5ffe5fff0 100644 --- a/examples/gras/Makefile.am +++ b/examples/gras/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS= ping rpc timer chrono tokenS mmrpc p2p all2all pmm +SUBDIRS= ping rpc timer chrono mutual_exclusion/simple_token mmrpc p2p all2all pmm include $(top_srcdir)/acmacro/dist-files.mk