X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2FMakefile.am;h=d2cb5f571d7e6c1997e237794d3e99bff7220516;hb=cad55cef745089fd67bd2856295def1fa4276f53;hp=4e595711c9748c4f199087603e033192ddb1cf42;hpb=726d99ab5b162500adf9e69a8e64ee35584409d6;p=mono.git diff --git a/mono/Makefile.am b/mono/Makefile.am index 4e595711c97..d2cb5f571d7 100644 --- a/mono/Makefile.am +++ b/mono/Makefile.am @@ -1 +1,7 @@ -SUBDIRS = metadata cil dis interpreter wrapper +# the handles dir doesn't apply to windows +if ! PLATFORM_WIN32 +HANDLES = handles +endif + +SUBDIRS = utils io-layer monoburg os cil metadata \ + arch interpreter mini dis monograph tests benchmark $(HANDLES) profiler