2005-03-04 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / Makefile.am
index 553a6685f5dc8aef0363e307e4f56238e792b9a5..d2cb5f571d7e6c1997e237794d3e99bff7220516 100644 (file)
@@ -1,2 +1,7 @@
-SUBDIRS = monoburg metadata cil dis arch interpreter jit wrapper tests
+# 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