X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FMakefile;h=ae9651fc59e5beaa755cf690483571fd7e33c72d;hb=4a3addecd1d0fdde4acc46f745b954820f8c4328;hp=caa01afcf7c8aaa7c68e91cdd623c44e57c13bcb;hpb=bbeb09a4428e64ab8e48bf24c272f345f32c698d;p=mono.git diff --git a/mcs/class/Makefile b/mcs/class/Makefile index caa01afcf7c..ae9651fc59e 100644 --- a/mcs/class/Makefile +++ b/mcs/class/Makefile @@ -52,7 +52,9 @@ mobile_common_dirs := \ System.Xml.Serialization \ Mono.CSharp \ Microsoft.CSharp \ - Mono.Security.Providers + Mono.Security.Providers.DotNet \ + Mono.Security.Providers.OldTls \ + Mono.Security.Providers.NewSystemSource mobile_static_dirs := \ $(mobile_common_dirs) \ @@ -83,6 +85,9 @@ monotouch_runtime_dirs := \ System.XML \ Mono.CSharp +monotouch_watch_runtime_dirs := $(monotouch_runtime_dirs) +monotouch_tv_runtime_dirs := $(monotouch_runtime_dirs) + xammac_4_5_dirs := \ corlib \ System \ @@ -125,7 +130,9 @@ xammac_4_5_dirs := \ Mono.CompilerServices.SymbolWriter \ System.Data.Linq \ System.Net.Http \ - Mono.Security.Providers \ + Mono.Security.Providers.DotNet \ + Mono.Security.Providers.OldTls \ + Mono.Security.Providers.NewSystemSource \ $(pcl_facade_dirs) net_4_x_dirs := \ @@ -253,7 +260,9 @@ net_4_x_parallel_dirs := \ System.ComponentModel.Composition.4.5 \ System.Windows \ System.Xml.Serialization \ - Mono.Security.Providers \ + Mono.Security.Providers.DotNet \ + Mono.Security.Providers.OldTls \ + Mono.Security.Providers.NewSystemSource \ System.DirectoryServices.Protocols \ RabbitMQ.Client \ Microsoft.VisualC \ @@ -277,6 +286,8 @@ monotouch_SUBDIRS := $(monotouch_dirs) monotouch_watch_SUBDIRS := $(monotouch_watch_dirs) monotouch_tv_SUBDIRS := $(monotouch_tv_dirs) monotouch_runtime_SUBDIRS := $(monotouch_runtime_dirs) +monotouch_watch_runtime_SUBDIRS := $(monotouch_watch_runtime_dirs) +monotouch_tv_runtime_SUBDIRS := $(monotouch_tv_runtime_dirs) mobile_static_SUBDIRS := $(mobile_static_dirs) mobile_SUBDIRS := $(mobile_dynamic_dirs) xammac_SUBDIRS := $(xammac_dirs) @@ -313,6 +324,7 @@ DISTFILES = \ notes/BitVecto32.txt \ MicrosoftAjaxLibrary/License.htm \ test-helpers/NetworkHelpers.cs \ + test-helpers/SocketResponder.cs \ $(monolite_files) .PHONY: all-local $(STD_TARGETS:=-local)