X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Reactive.Providers%2FMakefile;h=d3badf673828dad0af2a5acf3624abb9f4a72fc7;hb=48992d4b3f8b568be17180372160d2f3e03b8ccb;hp=bb695d90ee2092544e3879b2b6a813950281a5d2;hpb=bc1d754ec15285422b73d40d86cc85ddbd37ce16;p=mono.git diff --git a/mcs/class/System.Reactive.Providers/Makefile b/mcs/class/System.Reactive.Providers/Makefile index bb695d90ee2..d3badf67382 100644 --- a/mcs/class/System.Reactive.Providers/Makefile +++ b/mcs/class/System.Reactive.Providers/Makefile @@ -3,12 +3,9 @@ SUBDIRS = include ../../build/rules.make LIBRARY = System.Reactive.Providers.dll +LIB_REFS = System System.Core System.Reactive.Interfaces System.Reactive.Core System.Reactive.Linq LIB_MCS_FLAGS = \ @more_build_args \ - -r:System.dll \ - -r:System.Core.dll \ - -r:System.Reactive.Interfaces.dll \ - -r:System.Reactive.Core.dll \ -r:System.Reactive.Linq.dll ifeq (true, $(GENERATE_RESOURCES)) @@ -37,7 +34,7 @@ TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) EXTRA_DISTFILES = more_build_args $(RESX_RESOURCES:.resources=.resx) $(PREBUILT) -VALID_PROFILE := $(filter monodroid xammac net_4_0 net_4_5, $(PROFILE)) +VALID_PROFILE := $(filter monodroid xammac net_4_5, $(PROFILE)) ifndef VALID_PROFILE LIBRARY_NAME = dummy-System.System.Reactive.Providers.dll NO_SIGN_ASSEMBLY = yes