2010-06-30 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / Makefile
index f776bd9af586a24051c0681d9055446c676a52e4..d404938fcb1554735dbdf26e18f8c9d094b55eb8 100644 (file)
@@ -47,6 +47,7 @@ common_dirs := \
        Mono.WebBrowser                 \
        Managed.Windows.Forms           \
        Mono.Data.Sqlite                \
+       System.Web.ApplicationServices  \
        System.Web                      \
        Mono.Web                        \
        System.Web.Services             \
@@ -106,7 +107,6 @@ net_2_0_dirs := \
        System.Web.DynamicData          \
        System.ServiceModel.Web         \
        System.Web.Mvc                  \
-       System.Web.Mvc2                 \
        Mono.C5                         \
        Mono.Management                 \
        Mono.Options                    \
@@ -161,7 +161,8 @@ net_3_5_dirs := \
        Microsoft.Build.Engine          \
        Microsoft.Build.Tasks           \
        Moonlight.Build.Tasks           \
-       System.Web.Extensions.Design    
+       System.Web.Extensions.Design    \
+       System.Data.Services.Client
 
 net_4_0_dirs := \
        System.Dynamic          \
@@ -171,7 +172,8 @@ net_4_0_dirs := \
        System.ComponentModel.Composition \
        System.Xaml \
        System.ServiceModel.Routing \
-       System.Runtime.Caching
+       System.Runtime.Caching \
+       System.Runtime.DurableInstancing
 
 net_2_0_bootstrap_SUBDIRS := $(bootstrap_dirs)
 net_2_0_SUBDIRS := $(common_dirs) $(net_2_0_dirs) $(net_2_0_only_dirs)