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