WebControl.cs: changed RenderBeginTag()to use TagKey instead of TagName.
[mono.git] / mono / Makefile.am
index 553a6685f5dc8aef0363e307e4f56238e792b9a5..17162963cd1ea542eef8a00faa262ce495d1fd6c 100644 (file)
@@ -1,2 +1,8 @@
-SUBDIRS = monoburg metadata cil dis arch 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