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