X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Net.Http%2FMakefile;h=9abcf2e80f62071ca0cf14a470dfaed396b3596a;hb=fe6fb22691e5f8d12a816693c743d76fb007fede;hp=910b45e42fa6fcad05130997b241b7c21d92bbf2;hpb=8b43cc0761bce1653e7f7ffa661f140e2f636604;p=mono.git diff --git a/mcs/class/System.Net.Http/Makefile b/mcs/class/System.Net.Http/Makefile index 910b45e42fa..9abcf2e80f6 100644 --- a/mcs/class/System.Net.Http/Makefile +++ b/mcs/class/System.Net.Http/Makefile @@ -5,8 +5,12 @@ include ../../build/rules.make LIBRARY = System.Net.Http.dll LIB_REFS = System.Core System -LIB_MCS_FLAGS = -r:System.Core.dll -r:System.dll $(EXTRA_LIB_MCS_FLAGS) +LIB_MCS_FLAGS = $(EXTRA_LIB_MCS_FLAGS) +ifeq (monodroid,$(PROFILE)) +LIB_MCS_FLAGS += -d:XAMARIN_MODERN +endif -TEST_MCS_FLAGS = -r:System.dll -r:System.Core.dll +TEST_LIB_REFS = System System.Core +TEST_MCS_FLAGS = include ../../build/library.make