Object construction.
[mono.git] / mono / Makefile.am
index b7ef587aa283633c7d4e6174a93bcbe579ad1437..263c2a322030e30392a3021ef97948d039cfb4e5 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 jit mini tests benchmark
+else
+SUBDIRS = utils io-layer monoburg os metadata cil dis \
+       arch monograph interpreter jit mini tests benchmark handles
+endif