X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Net.Http%2FMakefile;h=9abcf2e80f62071ca0cf14a470dfaed396b3596a;hb=8c8ce9f3bd2145433dd0f91aab80294d277ec711;hp=ce2e097fee8ab43e22ff811cb50dd8f081223f1d;hpb=0b3c3126ea203240ba9864ab9082c44935f32f4f;p=mono.git diff --git a/mcs/class/System.Net.Http/Makefile b/mcs/class/System.Net.Http/Makefile index ce2e097fee8..9abcf2e80f6 100644 --- a/mcs/class/System.Net.Http/Makefile +++ b/mcs/class/System.Net.Http/Makefile @@ -4,8 +4,13 @@ include ../../build/rules.make LIBRARY = System.Net.Http.dll -LIB_MCS_FLAGS = -r:System.Core.dll -r:System.dll $(EXTRA_LIB_MCS_FLAGS) +LIB_REFS = System.Core System +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