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:
authorAtsushi Eno <atsushieno@veritas-vos-liberabit.com>2012-12-11 10:34:19 +0400
committerAtsushi Eno <atsushieno@veritas-vos-liberabit.com>2012-12-11 10:34:19 +0400
commit3330034e6ec267820f88e7c70b984960220975d1 (patch)
tree4737ea24eb41ee3e4ff406386dc5fe3118a37bcd /mcs/class/System.Reactive.Linq
parentc99f71cd84ecaf1679d6293da19e04768cbed1f3 (diff)
Add Reactive Extensions as installed libs, take 2 (with fixed rpmspec this time).
Diffstat (limited to 'mcs/class/System.Reactive.Linq')
-rw-r--r--mcs/class/System.Reactive.Linq/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/mcs/class/System.Reactive.Linq/Makefile b/mcs/class/System.Reactive.Linq/Makefile
index 853d222a4fb..690aa82dbc5 100644
--- a/mcs/class/System.Reactive.Linq/Makefile
+++ b/mcs/class/System.Reactive.Linq/Makefile
@@ -36,13 +36,17 @@ TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
EXTRA_DISTFILES = more_build_args $(RESX_RESOURCES:.resources=.resx) $(PREBUILT)
-VALID_PROFILE := $(filter 2 4, $(FRAMEWORK_VERSION_MAJOR))
+VALID_PROFILE := $(filter monotouch monodroid net_4_0 net_4_5, $(PROFILE))
ifndef VALID_PROFILE
LIBRARY_NAME = dummy-System.System.Reactive.Linq.dll
NO_SIGN_ASSEMBLY = yes
endif
+INSTALL_PROFILE := $(filter net_4_5, $(PROFILE))
+ifndef INSTALL_PROFILE
NO_INSTALL = yes
+endif
+
NO_TEST = yes
include ../../build/library.make