2005-03-20 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / Makefile.am
index 613019de24672cd916e864fe5b6553e6c540912a..d2cb5f571d7e6c1997e237794d3e99bff7220516 100644 (file)
@@ -1,8 +1,7 @@
 # the handles dir doesn't apply to windows
-if PLATFORM_WIN32
-SUBDIRS = utils io-layer monoburg os metadata cil dis \
-       arch monograph interpreter jit tests benchmark
-else
-SUBDIRS = utils io-layer monoburg os metadata cil dis \
-       arch monograph interpreter jit mini 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