Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bockover <abock@xamarin.com>2014-01-16 23:16:59 +0400
committerAaron Bockover <abock@xamarin.com>2014-01-16 23:16:59 +0400
commita66f33324668f11b1c39bffe6bb9c1209566e907 (patch)
tree1b637f7c5414e495c9a1db50a135e4657008b5c5 /mcs/class/System.Transactions
parent975d41955084d582bd8ca8b46d2d96b61dfbe34f (diff)
profiles: define xammac (Xamarin.Mac) profile
Based on the Mobile profile and modeled after the MonoDroid profile.
Diffstat (limited to 'mcs/class/System.Transactions')
-rw-r--r--mcs/class/System.Transactions/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Transactions/Makefile b/mcs/class/System.Transactions/Makefile
index a89f1d4c83f..11d78be67c4 100644
--- a/mcs/class/System.Transactions/Makefile
+++ b/mcs/class/System.Transactions/Makefile
@@ -2,7 +2,7 @@ thisdir = class/System.Transactions
SUBDIRS =
include ../../build/rules.make
-MOBILE_PROFILE := $(filter monotouch monodroid mobile mobile_static, $(PROFILE))
+MOBILE_PROFILE := $(filter monotouch monodroid xammac mobile mobile_static, $(PROFILE))
LIBRARY = System.Transactions.dll
ifdef MOBILE_PROFILE