2003-09-04 Sebastien Pouliot <spouliot@videotron.ca>
[mono.git] / mono / Makefile.am
index 625278a7e0f5f60dc0d9f5fe6590e8989354601b..17162963cd1ea542eef8a00faa262ce495d1fd6c 100644 (file)
@@ -1 +1,8 @@
-SUBDIRS = metadata cil dis 
\ No newline at end of file
+# 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