From: mquinson Date: Tue, 8 Feb 2005 14:00:51 +0000 (+0000) Subject: let make distcheck work in examples/msg X-Git-Tag: v3.3~4429 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3dcd24586d0e643fc8c64da171ad073c968d8565?ds=sidebyside let make distcheck work in examples/msg git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@922 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/configure.ac b/configure.ac index b662e90611..6c84e92626 100644 --- a/configure.ac +++ b/configure.ac @@ -125,7 +125,7 @@ AC_CONFIG_FILES([ src/Makefile src/amok/Makefile examples/Makefile - examples/msg/Makefile + examples/msg/Makefile examples/msg/run_msg_test examples/gras/Makefile examples/gras/ping/Makefile examples/gras/ping/test_sg examples/gras/ping/test_rl doc/Makefile @@ -140,6 +140,7 @@ AC_CONFIG_FILES([ test -e testsuite/gras/trp_tcp_usage && chmod +x testsuite/gras/trp_tcp_usage; test -e testsuite/gras/trp_file_usage&& chmod +x testsuite/gras/trp_file_usage; test -e tools/compile-remote-worker && chmod +x tools/compile-remote-worker; + test -e examples/msg/run_msg_test && chmod +x examples/msg/run_msg_test; test -e examples/gras/ping/test_sg && chmod +x examples/gras/ping/test_sg; test -e examples/gras/ping/test_rl && chmod +x examples/gras/ping/test_rl; # test -e examples/gras/bandwidth/test_sg && chmod +x examples/gras/bandwidth/test_sg;