2004-10-25 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / Makefile.am
index b7ef587aa283633c7d4e6174a93bcbe579ad1437..17162963cd1ea542eef8a00faa262ce495d1fd6c 100644 (file)
@@ -1,3 +1,8 @@
-SUBDIRS = io-layer monoburg metadata cil dis \
-       arch monograph interpreter jit wrapper tests
-
+# 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