X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Net.Http.Formatting%2FMakefile;h=41fbdab65758e75505e964bf9f839522fea5f609;hb=d7e36003387a40a2e8f3055ef9efc38c1df33e63;hp=d3e1834d3457f28b9aaed3479e1b6957553feff6;hpb=ec886ad334706bd61fc19e6e68886f6a2d98e3c1;p=mono.git diff --git a/mcs/class/System.Net.Http.Formatting/Makefile b/mcs/class/System.Net.Http.Formatting/Makefile index d3e1834d345..41fbdab6575 100644 --- a/mcs/class/System.Net.Http.Formatting/Makefile +++ b/mcs/class/System.Net.Http.Formatting/Makefile @@ -11,9 +11,10 @@ System.Net.Http.Properties.CommonWebApiResources.resources: ../../../external/as System.Net.Http.Properties.Resources.resources: ../../../external/aspnetwebstack/src/System.Net.Http.Formatting/Properties/Resources.resx $(RESGEN) "$<" "$@" -LIB_MCS_FLAGS = -r:System.Core.dll -r:System.dll -r:System.Net.Http.dll -r:System.Xml.dll -r:System.Runtime.Serialization.dll -r:Newtonsoft.Json.dll \ +LIB_MCS_FLAGS = -r:System.Core.dll -r:System.dll -r:System.Net.Http.dll -r:System.Xml.dll -r:System.Runtime.Serialization.dll -r:System.Xml.Linq.dll -r:System.Data.dll -r:System.Configuration.dll \ -d:ASPNETMVC -keyfile:../winfx.pub -delaysign \ - -resource:System.Net.Http.Properties.CommonWebApiResources.resources + -resource:System.Net.Http.Properties.CommonWebApiResources.resources \ + -resource:System.Net.Http.Properties.Resources.resources include ../../build/library.make