2009-07-20 Jb Evain <jbevain@novell.com>
authorJb Evain <jbevain@gmail.com>
Mon, 20 Jul 2009 16:00:52 +0000 (16:00 -0000)
committerJb Evain <jbevain@gmail.com>
Mon, 20 Jul 2009 16:00:52 +0000 (16:00 -0000)
* Makefile: set monotouch_SUBDIRS to the net_2_1 assemblies set.

svn path=/trunk/mcs/; revision=138224

mcs/class/ChangeLog
mcs/class/Makefile

index eabfefc622dcd309bd4e5a01d03def66bd88a1f3..29410a99025ba2d31e01f1dcaa58bdb02dac7536 100644 (file)
@@ -1,3 +1,7 @@
+2009-07-20  Jb Evain  <jbevain@novell.com>
+
+       * Makefile: set monotouch_SUBDIRS to the net_2_1 assemblies set.
+
 
 2009-07-18  Michael Barker  <mike@middlesoft.co.uk>
 
index 2ee011971373e4c3c78d80aa061e767d2939dcf2..b14c218103370b07fd1c3c579031497a6029936b 100644 (file)
@@ -155,6 +155,7 @@ net_2_0_bootstrap_SUBDIRS := $(bootstrap_dirs) PEAPI
 net_2_0_SUBDIRS := $(common_dirs) $(net_2_0_dirs) $(net_2_0_only_dirs)
 net_2_1_bootstrap_SUBDIRS := corlib System Mono.CompilerServices.SymbolWriter
 net_2_1_raw_SUBDIRS := $(net_2_1_dirs)
+monotouch_SUBDIRS := $(net_2_1_dirs)
 net_3_5_SUBDIRS := $(net_3_5_dirs)
 net_4_0_bootstrap_SUBDIRS := $(bootstrap_dirs) PEAPI
 net_4_0_SUBDIRS := $(common_dirs) $(net_2_0_dirs) $(net_4_0_dirs)