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