2010-02-24 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / Makefile.am
index 613019de24672cd916e864fe5b6553e6c540912a..b6de9139e939aefb118a21fcfe719a78da4b9a87 100644 (file)
@@ -1,8 +1,6 @@
-# the handles dir doesn't apply to windows
-if PLATFORM_WIN32
-SUBDIRS = utils io-layer monoburg os metadata cil dis \
-       arch monograph interpreter jit tests benchmark
+if CROSS_COMPILING
+SUBDIRS = utils io-layer cil metadata arch interpreter mini dis
 else
-SUBDIRS = utils io-layer monoburg os metadata cil dis \
-       arch monograph interpreter jit mini tests benchmark handles
+SUBDIRS = utils io-layer cil metadata \
+      arch interpreter mini dis monograph tests benchmark profiler
 endif