X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/762cff8f2c6fe8ce4ed9a31e9fc5ce7da4647066..a86e0a402b91472098931c5b24eee793bacef2be:/examples/Makefile.am diff --git a/examples/Makefile.am b/examples/Makefile.am index 7b627b29fa..ce5e901bb4 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,3 +1,6 @@ -SUBDIRS=ping # bandwidth # saturate -EXTRA_DIST=gras_stub_generator WAN_3.platform.txt WAN_3.platform_2.txt -# saturate alnem +SUBDIRS= msg gras amok simdag +if HAVE_JAVA + SUBDIRS+= java +endif + +include $(top_srcdir)/acmacro/dist-files.mk