2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mono / Makefile.am
index ca0f9817dcb87a18f1c8fefb7b418ba5e36e3a2f..d2cb5f571d7e6c1997e237794d3e99bff7220516 100644 (file)
@@ -1,9 +1,7 @@
 # the handles dir doesn't apply to windows
-if PLATFORM_WIN32
-SUBDIRS = utils io-layer monoburg metadata cil dis \
-       arch monograph os interpreter jit tests benchmark
-else
-SUBDIRS = utils io-layer monoburg metadata cil dis \
-       arch monograph os interpreter jit tests benchmark handles
+if ! PLATFORM_WIN32
+HANDLES = handles
 endif
 
+SUBDIRS = utils io-layer monoburg os cil metadata \
+      arch interpreter mini dis monograph tests benchmark $(HANDLES) profiler