From 3330034e6ec267820f88e7c70b984960220975d1 Mon Sep 17 00:00:00 2001 From: Atsushi Eno Date: Tue, 11 Dec 2012 15:34:19 +0900 Subject: Add Reactive Extensions as installed libs, take 2 (with fixed rpmspec this time). --- mcs/class/System.Reactive.Linq/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'mcs/class/System.Reactive.Linq') 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 -- cgit v1.2.3