2005-05-28 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / Makefile.am
index ce9de43f09b76521ccb7794cef45543850511c4d..d2cb5f571d7e6c1997e237794d3e99bff7220516 100644 (file)
@@ -1 +1,7 @@
-SUBDIRS = metadata cil cli 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