X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2FMakefile.am;h=d2cb5f571d7e6c1997e237794d3e99bff7220516;hb=98fe9296cff2bcbf81329c2e70da2cdbe40b3666;hp=625278a7e0f5f60dc0d9f5fe6590e8989354601b;hpb=3be6fe1b032065ba3e70cca1b0394cadafe1ae52;p=mono.git diff --git a/mono/Makefile.am b/mono/Makefile.am index 625278a7e0f..d2cb5f571d7 100644 --- a/mono/Makefile.am +++ b/mono/Makefile.am @@ -1 +1,7 @@ -SUBDIRS = metadata cil dis \ No newline at end of file +# 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