Revert "Remove duplicate System.Web in mcs/class/Makefile."
authorAlex Rønne Petersen <alexrp@xamarin.com>
Tue, 1 Jul 2014 23:16:47 +0000 (01:16 +0200)
committerAlex Rønne Petersen <alexrp@xamarin.com>
Tue, 1 Jul 2014 23:35:40 +0000 (01:35 +0200)
This reverts commit 5fbb351375a38232ff9cb5ca6602f183321e0a47.

This breaks the build because System.Runtime.Remoting needs System.Web.

mcs/class/Makefile

index 1ce66b606f7aa898fcaa1ecb1cfd456a946df185..db4eda0bf3f9ce74e62612387eed47098322c9ab 100644 (file)
@@ -48,6 +48,7 @@ common_dirs := \
        Managed.Windows.Forms           \
        Mono.Data.Sqlite                \
        System.Web.ApplicationServices  \
+       System.Web                      \
        System.Web.Services             \
        System.Runtime.Remoting         \
        System.Configuration.Install    \