2005-05-13 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / Makefile.am
index 17162963cd1ea542eef8a00faa262ce495d1fd6c..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 mini tests benchmark profiler
-else
-SUBDIRS = utils io-layer monoburg os metadata cil dis \
-       arch monograph interpreter mini tests benchmark handles profiler
+if ! PLATFORM_WIN32
+HANDLES = handles
 endif
+
+SUBDIRS = utils io-layer monoburg os cil metadata \
+      arch interpreter mini dis monograph tests benchmark $(HANDLES) profiler