Add monotouch_*_runtime profiles for watchOS and tvOS.
[mono.git] / mcs / class / Makefile
index c55fc42a528529dbe0b3740b52255779cc8912ed..64790f2005f35d3b1e2fcc2b9500325668655ba9 100644 (file)
@@ -53,6 +53,7 @@ mobile_common_dirs := \
        Mono.CSharp     \
        Microsoft.CSharp \
        Mono.Security.Providers.DotNet  \
+       Mono.Security.Providers.OldTls \
        Mono.Security.Providers.NewSystemSource
 
 mobile_static_dirs := \
@@ -84,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  \
@@ -127,6 +131,7 @@ xammac_4_5_dirs := \
        System.Data.Linq                \
        System.Net.Http \
        Mono.Security.Providers.DotNet \
+       Mono.Security.Providers.OldTls \
        Mono.Security.Providers.NewSystemSource \
        $(pcl_facade_dirs)
 
@@ -256,6 +261,7 @@ net_4_x_parallel_dirs := \
        System.Windows \
        System.Xml.Serialization \
        Mono.Security.Providers.DotNet \
+       Mono.Security.Providers.OldTls \
        Mono.Security.Providers.NewSystemSource \
        System.DirectoryServices.Protocols      \
        RabbitMQ.Client                 \
@@ -280,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)