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.ComponentModel.Composition.4.5
parent87622fc7118eb87e958f865353da4c14053f1808 (diff)
Fix mobile and mobile_static profiles
And bring them to parity with monodroid and monotouch
Diffstat (limited to 'mcs/class/System.ComponentModel.Composition.4.5')
-rw-r--r--mcs/class/System.ComponentModel.Composition.4.5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.ComponentModel.Composition.4.5/Makefile b/mcs/class/System.ComponentModel.Composition.4.5/Makefile
index 4fe0fee915e..b71beeab45d 100644
--- a/mcs/class/System.ComponentModel.Composition.4.5/Makefile
+++ b/mcs/class/System.ComponentModel.Composition.4.5/Makefile
@@ -12,7 +12,7 @@ CLEAN_FILES += $(STRING_MESSAGES)
EXTRA_DISTFILES = \
src/ComponentModel/Strings.resx
-VALID_PROFILE := $(filter net_4_0 net_4_5 monotouch monodroid xammac mobile_static, $(PROFILE))
+VALID_PROFILE := $(filter net_4_0 net_4_5 monotouch monodroid xammac mobile mobile_static, $(PROFILE))
ifndef VALID_PROFILE
LIBRARY_NAME = dummy-System.ComponentModel.Composition.dll
NO_INSTALL = yes