2008-11-20 Jb Evain <jbevain@novell.com>
authorJb Evain <jbevain@gmail.com>
Thu, 20 Nov 2008 13:11:12 +0000 (13:11 -0000)
committerJb Evain <jbevain@gmail.com>
Thu, 20 Nov 2008 13:11:12 +0000 (13:11 -0000)
* Makefile: add System.Xml.Linq to the net_2_1 build.

svn path=/trunk/mcs/; revision=119435

mcs/class/ChangeLog
mcs/class/Makefile

index 6945d23c4833fa32d9e9ce49dfc76faf6aae3654..69860fbca9f5373b0cbd0a74d8157b853907b5a6 100644 (file)
@@ -1,3 +1,7 @@
+2008-11-20  Jb Evain  <jbevain@novell.com>
+
+       * Makefile: add System.Xml.Linq to the net_2_1 build.
+
 2008-11-05  Marek Habersack  <mhabersack@novell.com>
 
        * Makefile (net_2_0_dirs): Npgsql requires .NET 2.0+ now.
index d8163f97f60b9af2b7ea448b0d655764c5c73bc7..9a0ae6046a859369541b903451131cb9709d78e6 100644 (file)
@@ -127,6 +127,7 @@ net_2_1_dirs := \
        System.Net              \
        System.XML              \
        System.Core             \
+       System.Xml.Linq \
        System.Runtime.Serialization    \
        System.ServiceModel     \
        System.ServiceModel.Web