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