X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FMakefile;h=ae9651fc59e5beaa755cf690483571fd7e33c72d;hb=4a3addecd1d0fdde4acc46f745b954820f8c4328;hp=4c507428bf030cdc7e807771255dc5c634370b44;hpb=f5eef79cd8b2ffca93e0d7f1d274c1a1c61662b4;p=mono.git diff --git a/mcs/class/Makefile b/mcs/class/Makefile index 4c507428bf0..ae9651fc59e 100644 --- a/mcs/class/Makefile +++ b/mcs/class/Makefile @@ -51,7 +51,10 @@ mobile_common_dirs := \ System.Windows \ System.Xml.Serialization \ Mono.CSharp \ - Microsoft.CSharp + Microsoft.CSharp \ + Mono.Security.Providers.DotNet \ + Mono.Security.Providers.OldTls \ + Mono.Security.Providers.NewSystemSource mobile_static_dirs := \ $(mobile_common_dirs) \ @@ -82,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 \ @@ -124,6 +130,9 @@ xammac_4_5_dirs := \ Mono.CompilerServices.SymbolWriter \ System.Data.Linq \ System.Net.Http \ + Mono.Security.Providers.DotNet \ + Mono.Security.Providers.OldTls \ + Mono.Security.Providers.NewSystemSource \ $(pcl_facade_dirs) net_4_x_dirs := \ @@ -137,6 +146,8 @@ net_4_x_dirs := \ System.Security \ System.Configuration \ $(resgen_dir) \ + System.IO.Compression \ + System.IO.Compression.FileSystem \ System.Drawing \ System.Transactions \ System.EnterpriseServices \ @@ -247,10 +258,11 @@ net_4_x_parallel_dirs := \ System.Json.Microsoft \ System.Threading.Tasks.Dataflow \ System.ComponentModel.Composition.4.5 \ - System.IO.Compression \ - System.IO.Compression.FileSystem \ System.Windows \ System.Xml.Serialization \ + Mono.Security.Providers.DotNet \ + Mono.Security.Providers.OldTls \ + Mono.Security.Providers.NewSystemSource \ System.DirectoryServices.Protocols \ RabbitMQ.Client \ Microsoft.VisualC \ @@ -274,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) @@ -310,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)