2005-05-25 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / Makefile.am
index c3963369918455d45bd34c713175422faa74d773..d2cb5f571d7e6c1997e237794d3e99bff7220516 100644 (file)
@@ -1,4 +1,7 @@
-SUBDIRS = utils io-layer monoburg metadata cil dis \
-       arch monograph interpreter jit 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