2003-09-04 Sebastien Pouliot <spouliot@videotron.ca>
[mono.git] / mono / Makefile.am
index 5a34ceb4206bd581d9e13e63183b9d619c9d22c3..17162963cd1ea542eef8a00faa262ce495d1fd6c 100644 (file)
@@ -1 +1,8 @@
-SUBDIRS = monoburg metadata cil dis arch interpreter 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