From 714ad49f0f74fd38ad26215d7ce857eaf5a8cdb7 Mon Sep 17 00:00:00 2001 From: alegrand Date: Wed, 16 Feb 2005 22:50:35 +0000 Subject: [PATCH] Adding everything needed to develop GRAS timing macros git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1028 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 425c5aec0c..04579f8e14 100644 --- a/configure.ac +++ b/configure.ac @@ -129,6 +129,7 @@ AC_CONFIG_FILES([ examples/gras/Makefile examples/gras/ping/Makefile examples/gras/ping/test_sg examples/gras/ping/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 doc/Makefile doc/Doxyfile.main doc/Doxyfile.API doc/Doxyfile.Examples tools/compile-remote-worker tools/Makefile @@ -145,6 +146,7 @@ AC_CONFIG_FILES([ examples/msg/run_msg_test \ examples/gras/ping/test_sg examples/gras/ping/test_rl \ examples/gras/timer/test_sg examples/gras/timer/test_rl \ + examples/gras/chrono/test_sg examples/gras/chrono/test_rl \ ; do \ test -e $file && chmod +x $file; \ done -- 2.20.1