2005-03-04 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / Makefile.am
index 72ba57a46d84af186b244e28f14da1dfd02f8786..d2cb5f571d7e6c1997e237794d3e99bff7220516 100644 (file)
@@ -1 +1,7 @@
-SUBDIRS = metadata cil cli dis interpreter 
+# 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