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:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2014-09-17 00:22:02 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2014-09-17 03:14:20 +0400
commit2804d6af37c1833118cb28bc8f3e452f1b720bd0 (patch)
tree6ca3866f775c6a15215269fed7a6c603ff49357e /mcs/class/System.Reactive.Core
parent87622fc7118eb87e958f865353da4c14053f1808 (diff)
Fix mobile and mobile_static profiles
And bring them to parity with monodroid and monotouch
Diffstat (limited to 'mcs/class/System.Reactive.Core')
-rw-r--r--mcs/class/System.Reactive.Core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Reactive.Core/Makefile b/mcs/class/System.Reactive.Core/Makefile
index 3f74f8bf98e..624018c1098 100644
--- a/mcs/class/System.Reactive.Core/Makefile
+++ b/mcs/class/System.Reactive.Core/Makefile
@@ -35,7 +35,7 @@ TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
EXTRA_DISTFILES = more_build_args $(RESX_RESOURCES:.resources=.resx) $(PREBUILT)
-VALID_PROFILE := $(filter monotouch monodroid xammac net_4_0 net_4_5, $(PROFILE))
+VALID_PROFILE := $(filter monotouch monodroid xammac mobile mobile_static net_4_0 net_4_5, $(PROFILE))
ifndef VALID_PROFILE
LIBRARY_NAME = dummy-System.System.Reactive.Core.dll
NO_SIGN_ASSEMBLY = yes