[System.ServiceModel.Web] Fix tarball generated by "make dist"
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 20 Jul 2015 11:21:00 +0000 (13:21 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 20 Jul 2015 11:21:00 +0000 (13:21 +0200)
commitb90bd85f873d13c378b8a573c58da32e08ed9b41
treeffe6b8af0a212f9ef2fb55176ba05603ff0ee29e
parentc65aec96e46692ae68df34cf0849c8ff6871507e
[System.ServiceModel.Web] Fix tarball generated by "make dist"

System.Runtime.Serialization.Json/JavaScriptReader.cs is needed by the System.Json assembly, but in
d44898a2308b06a1b51b646e519da1ac3daaf6b4 it was removed from net_2_0_System.ServiceModel.Web.dll.sources
which means it wasn't included in the tarball anymore and building it failed.

Fixing the tarball by including the file in EXTRA_DISTFILES.
mcs/class/System.ServiceModel.Web/Makefile