X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/547d834b15d8e09d85d3410fb7aa556b907c8473..de06d16ffe51a0f739ffc8d5e8259788c79fd16d:/examples/Makefile.am diff --git a/examples/Makefile.am b/examples/Makefile.am index c20f8da448..ce5e901bb4 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,2 +1,6 @@ -SUBDIRS=msg gras # ping bandwidth alnem saturate -EXTRA_DIST= modules.doc +SUBDIRS= msg gras amok simdag +if HAVE_JAVA + SUBDIRS+= java +endif + +include $(top_srcdir)/acmacro/dist-files.mk