From: Marek Safar Date: Wed, 7 Dec 2016 15:34:47 +0000 (-0800) Subject: [build] Add System.Security.Cryptography.Primitives to bootstrap facades X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=dd88ff52e2f130ee188661a34794aa7c7b564fa8;p=mono.git [build] Add System.Security.Cryptography.Primitives to bootstrap facades --- diff --git a/mcs/class/Facades/subdirs.make b/mcs/class/Facades/subdirs.make index 9ff3641dd66..4a88435f173 100644 --- a/mcs/class/Facades/subdirs.make +++ b/mcs/class/Facades/subdirs.make @@ -49,7 +49,7 @@ System.Threading.Tasks System.Collections.Concurrent System.Text.Encoding System System.Linq.Expressions System.Dynamic.Runtime System.Linq System.Threading.Tasks.Parallel System.Xml.ReaderWriter \ System.Diagnostics.Tools System.Reflection.Primitives System.Runtime.Extensions System.Runtime.InteropServices System.Text.Encoding.Extensions \ System.Runtime.Numerics System.Xml.XDocument System.Reflection.Extensions System.IO.FileSystem.Primitives System.IO.FileSystem \ -System.Diagnostics.FileVersionInfo System.Security.Cryptography.Algorithms +System.Diagnostics.FileVersionInfo System.Security.Cryptography.Primitives System.Security.Cryptography.Algorithms build_PARALLEL_SUBDIRS = $(basic_PARALLEL_SUBDIRS) diff --git a/mcs/class/Makefile b/mcs/class/Makefile index b9145d96495..0153ccdec31 100644 --- a/mcs/class/Makefile +++ b/mcs/class/Makefile @@ -393,7 +393,7 @@ build_files = mscorlib.dll System.dll System.Xml.dll Mono.Security.dll System.Co Facades/System.Threading.Tasks.dll Facades/System.Globalization.dll Facades/System.Runtime.Extensions.dll Facades/System.Threading.dll \ Facades/System.IO.dll Facades/System.Runtime.InteropServices.dll Facades/System.Xml.ReaderWriter.dll Facades/System.Linq.Expressions.dll \ Facades/System.Runtime.Numerics.dll Facades/System.Xml.XDocument.dll Facades/System.IO.FileSystem.Primitives.dll Facades/System.IO.FileSystem.dll \ - Facades/System.Diagnostics.FileVersionInfo.dll Facades/System.Security.Cryptography.Algorithms.dll + Facades/System.Diagnostics.FileVersionInfo.dll Facades/System.Security.Cryptography.Primitives.dll Facades/System.Security.Cryptography.Algorithms.dll monolite_files = $(build_files:%=lib/$(monolite_dir)/%)