X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/313487f556afa9fd9482106f9b5bb34060f8fb1a..3d471f92e8c432218b42fbde386427a230695fc6:/examples/Makefile.am diff --git a/examples/Makefile.am b/examples/Makefile.am index 67a28ed638..ce5e901bb4 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,3 +1,6 @@ -SUBDIRS=msg # 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