X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/547d834b15d8e09d85d3410fb7aa556b907c8473..0e16ef4c4c660214ac42b733a0abc6f6c12e9ef3:/examples/Makefile.am diff --git a/examples/Makefile.am b/examples/Makefile.am index c20f8da448..6b01b13415 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,2 +1,13 @@ -SUBDIRS=msg gras # ping bandwidth alnem saturate -EXTRA_DIST= modules.doc +# Copyright (c) 2004-2007. The SimGrid team. All right reserved. + +# This file is part of the SimGrid project. This is free software: +# You can redistribute and/or modify it under the terms of the +# GNU LGPL (v2.1) licence. + + +SUBDIRS= msg gras amok simdag +if HAVE_JAVA + SUBDIRS+= java +endif + +include $(top_srcdir)/acmacro/dist-files.mk