From 47356ba8885453d04bda53ab4e1fc972b22c7e90 Mon Sep 17 00:00:00 2001 From: mquinson Date: Wed, 21 May 2008 08:18:31 +0000 Subject: [PATCH] add every platform example that we have. Moreover, one of them is mandatory for a test git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5470 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/Makefile.am | 3 ++- examples/Makefile.in | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index 14df41729d..58314129cf 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -4,7 +4,8 @@ # You can redistribute and/or modify it under the terms of the # GNU LGPL (v2.1) licence. -EXTRA_DIST= platforms/prop.xml +EXTRA_DIST= platforms/prop.xml \ + platforms/metaxml.xml platforms/metaxml-random.xml SUBDIRS= msg gras amok simdag java diff --git a/examples/Makefile.in b/examples/Makefile.in index 6d41fd58cc..bf52906b16 100644 --- a/examples/Makefile.in +++ b/examples/Makefile.in @@ -212,7 +212,9 @@ target_os = @target_os@ target_vendor = @target_vendor@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -EXTRA_DIST = platforms/prop.xml +EXTRA_DIST = platforms/prop.xml \ + platforms/metaxml.xml platforms/metaxml-random.xml + SUBDIRS = msg gras amok simdag java all: all-recursive -- 2.20.1