Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin.baulig@xamarin.com>2016-09-30 14:47:22 +0300
committerMartin Baulig <martin.baulig@xamarin.com>2016-09-30 15:07:26 +0300
commit0f8f0c543c1f19b10b3bf46ca606db4903e3b708 (patch)
tree477664d1d8ef83aac4364bb6645a9cf1fbfab2c7 /mcs/class/Makefile
parentfb93be4490897141525ee95fb4bfb7413d5d0815 (diff)
[BTLS]: Add managed BTLS sources.
* external/boringssl: unmanaged code from Google (added earlier). * mono/btls: unmanaged BTLS lives here (added earlier). * System/Mono.Btls: managed BTLS lives here. * Mono.Btls.Interface: The purpose of this assembly is to allow test suites such as xamarin/web-tests to test parts of the BTLS APIs without making System.dll's internals visible. It is not a stable and maintained API.
Diffstat (limited to 'mcs/class/Makefile')
-rw-r--r--mcs/class/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/Makefile b/mcs/class/Makefile
index e9c0a162151..ef78dfed837 100644
--- a/mcs/class/Makefile
+++ b/mcs/class/Makefile
@@ -141,6 +141,7 @@ xammac_4_5_dirs := \
System.Data.Linq \
System.Net.Http \
System.Net.Http.WebRequest \
+ Mono.Btls.Interface \
System.Runtime.InteropServices.RuntimeInformation \
System.Reflection.Context \
System.Net.Http.WinHttpHandler \
@@ -236,6 +237,7 @@ net_4_x_dirs := \
net_4_x_parallel_dirs := \
PEAPI \
I18N \
+ Mono.Btls.Interface \
Mono.Http \
Mono.Cairo \
Mono.Cecil \