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