X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ce41071a83edfed39b226ef047905f25ddf7c2bf..0dc557d095c0d4ff60e4050d4ccb403243b98124:/examples/Makefile.am diff --git a/examples/Makefile.am b/examples/Makefile.am index 6b5e04b342..6b01b13415 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,3 +1,13 @@ -SUBDIRS=ping -EXTRA_DIST=gras_stub_generator WAN_3.platform.txt WAN_3.platform_2.txt -#bandwidth saturate alnem +# 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