Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add every platform example that we have. Moreover, one of them is mandatory for a...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 21 May 2008 08:18:31 +0000 (08:18 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 21 May 2008 08:18:31 +0000 (08:18 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5470 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/Makefile.am
examples/Makefile.in

index 14df417..5831412 100644 (file)
@@ -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
 
index 6d41fd5..bf52906 100644 (file)
@@ -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