Merge pull request #1407 from chrisvire/bug-24587
[mono.git] / mcs / class / System.Net.Http.Formatting / Makefile
index d3e1834d3457f28b9aaed3479e1b6957553feff6..41fbdab65758e75505e964bf9f839522fea5f609 100644 (file)
@@ -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