X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2FMakefile.am;h=d2cb5f571d7e6c1997e237794d3e99bff7220516;hb=98fe9296cff2bcbf81329c2e70da2cdbe40b3666;hp=5a34ceb4206bd581d9e13e63183b9d619c9d22c3;hpb=13fdd7e0520c5b48ec4daa51249a42ae1314b51e;p=mono.git diff --git a/mono/Makefile.am b/mono/Makefile.am index 5a34ceb4206..d2cb5f571d7 100644 --- a/mono/Makefile.am +++ b/mono/Makefile.am @@ -1 +1,7 @@ -SUBDIRS = monoburg metadata cil dis arch 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