X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2FMakefile.am;h=d2cb5f571d7e6c1997e237794d3e99bff7220516;hb=98fe9296cff2bcbf81329c2e70da2cdbe40b3666;hp=96e95c6c6138a7890b5123a1ccf1550c934b084c;hpb=3b0014f7236a2de12316b0c3e90ac653446a2abe;p=mono.git diff --git a/mono/Makefile.am b/mono/Makefile.am index 96e95c6c613..d2cb5f571d7 100644 --- a/mono/Makefile.am +++ b/mono/Makefile.am @@ -1,9 +1,7 @@ -# Currently the jit needs some work before it will build on windows -if PLATFORM_WIN32 -SUBDIRS = utils io-layer monoburg metadata cil dis \ - arch monograph interpreter tests -else -SUBDIRS = utils io-layer monoburg metadata cil dis \ - arch monograph interpreter jit tests +# 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