2004-06-08 Dick Porter <dick@ximian.com>
[mono.git] / mono / Makefile.am
index 09ba0cc5f1206c34ebb64270062b2ef453b46fc8..17162963cd1ea542eef8a00faa262ce495d1fd6c 100644 (file)
@@ -1,2 +1,8 @@
-SUBDIRS = monoburg metadata cil dis arch interpreter jit wrapper
-
+# 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
+endif