X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Reactive.Interfaces%2FMakefile;h=2752ff281271d47a255ecbeabcb04182531c64a7;hb=f104d6b81c910e69b2b1a5c044a98daf337a2bf7;hp=967a34327dedc252bce24e7128581e54bc2fbb1c;hpb=89d5527369717465b43e3145cbecdca3a8601ec4;p=mono.git diff --git a/mcs/class/System.Reactive.Interfaces/Makefile b/mcs/class/System.Reactive.Interfaces/Makefile index 967a34327de..2752ff28127 100644 --- a/mcs/class/System.Reactive.Interfaces/Makefile +++ b/mcs/class/System.Reactive.Interfaces/Makefile @@ -3,10 +3,8 @@ SUBDIRS = include ../../build/rules.make LIBRARY = System.Reactive.Interfaces.dll -LIB_MCS_FLAGS = \ - @more_build_args \ - -r:System.dll \ - -r:System.Core.dll +LIB_REFS = System System.Core +LIB_MCS_FLAGS = @more_build_args ifeq (2.1, $(FRAMEWORK_VERSION)) LIB_MCS_FLAGS += -d:NO_TASK_DELAY -d:HAS_AWAIT @@ -21,13 +19,7 @@ TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) EXTRA_DISTFILES = more_build_args -VALID_PROFILE := $(filter monotouch monodroid net_4_0 net_4_5, $(PROFILE)) -ifndef VALID_PROFILE -LIBRARY_NAME = dummy-System.System.Reactive.Interfaces.dll -NO_SIGN_ASSEMBLY = yes -endif - -INSTALL_PROFILE := $(filter net_4_5, $(PROFILE)) +INSTALL_PROFILE := $(filter net_4_x, $(PROFILE)) ifndef INSTALL_PROFILE NO_INSTALL = yes endif