From f46bb17f80ec2fbeafaa3ca398303ce2f94b2f82 Mon Sep 17 00:00:00 2001 From: mquinson Date: Fri, 14 Dec 2007 21:29:30 +0000 Subject: [PATCH 1/1] Also add the make_deployment.pl to the tarball git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5124 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/gras/all2all/Makefile.am | 2 +- examples/gras/all2all/Makefile.in | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/gras/all2all/Makefile.am b/examples/gras/all2all/Makefile.am index 10d6306104..bb2057a6b3 100644 --- a/examples/gras/all2all/Makefile.am +++ b/examples/gras/all2all/Makefile.am @@ -6,7 +6,7 @@ INCLUDES= -I$(top_srcdir)/include -EXTRA_DIST=all2all.xml +EXTRA_DIST=all2all.xml make_deployment.pl include $(top_srcdir)/examples/gras/tests.mk # AUTOMAKE variable definition diff --git a/examples/gras/all2all/Makefile.in b/examples/gras/all2all/Makefile.in index 0c1b461ab6..5618e9b10c 100644 --- a/examples/gras/all2all/Makefile.in +++ b/examples/gras/all2all/Makefile.in @@ -246,7 +246,8 @@ target_vendor = @target_vendor@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ INCLUDES = -I$(top_srcdir)/include -EXTRA_DIST = all2all.xml test_rl test_sg_32 test_sg_64 +EXTRA_DIST = all2all.xml make_deployment.pl test_rl test_sg_32 \ + test_sg_64 @GRAS_ARCH_32_BITS_FALSE@TESTS = test_sg_64 test_rl @GRAS_ARCH_32_BITS_TRUE@TESTS = test_sg_32 test_rl TESTS_ENVIRONMENT = srcdir=$(srcdir) EXEEXT=$(EXEEXT) @top_builddir@/tools/tesh/tesh -- 2.20.1