Enable the System.Transactions build for monodroid
authorJb Evain <jbevain@gmail.com>
Wed, 8 Sep 2010 15:18:24 +0000 (17:18 +0200)
committerJb Evain <jbevain@gmail.com>
Wed, 8 Sep 2010 16:48:31 +0000 (18:48 +0200)
mcs/class/System.Transactions/Makefile

index c91ced43f9756f1ff631284d2a1d23fb6f202b06..9320a7a29e28bbd02811b636d3224a72f04b8d22 100644 (file)
@@ -8,7 +8,7 @@ LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll
 TEST_MCS_FLAGS = /nowarn:1595 $(LIB_MCS_FLAGS)
 
 # This is a .NET 2.0+ only assembly
-VALID_PROFILE := $(filter net_2_0_bootstrap net_2_0 net_4_0 monotouch, $(PROFILE))
+VALID_PROFILE := $(filter net_2_0_bootstrap net_2_0 net_4_0 monotouch monodroid, $(PROFILE))
 ifndef VALID_PROFILE
 LIBRARY_NAME = dummy-System.Transactions.dll
 NO_INSTALL = yes