2010-01-27 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / Makefile.am
index 7f5bdb732cec1bacfd3c82e71c7dc70ea3644294..b6de9139e939aefb118a21fcfe719a78da4b9a87 100644 (file)
@@ -1,9 +1,6 @@
-# Currently the jit needs some work before it will build on windows
-if PLATFORM_WIN32
-SUBDIRS = utils io-layer monoburg metadata cil dis \
-       arch monograph interpreter wrapper tests
+if CROSS_COMPILING
+SUBDIRS = utils io-layer cil metadata arch interpreter mini dis
 else
-SUBDIRS = utils io-layer monoburg metadata cil dis \
-       arch monograph interpreter jit wrapper tests
+SUBDIRS = utils io-layer cil metadata \
+      arch interpreter mini dis monograph tests benchmark profiler
 endif
-