2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mono / Makefile.am
index b2e017f08e2fd854f4e343b478c0b7bc968d8d08..d2cb5f571d7e6c1997e237794d3e99bff7220516 100644 (file)
@@ -1 +1,7 @@
-SUBDIRS = metadata cil cli dis interpreter 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