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:
authorAlexander Kyte <alexmkyte@gmail.com>2017-08-30 22:59:18 +0300
committerGitHub <noreply@github.com>2017-08-30 22:59:18 +0300
commit9a287c04126d095e7371afee32632febd0dafd93 (patch)
treeacddff9f3d662331f0680ca18d508e6e734f934c /mcs/class/System.Security
parent4a79280b3bef8d5f15da9ddd2a2af3a03e194b03 (diff)
parent6f270b372a359046154ecdaea58749da11f010be (diff)
Merge pull request #5330 from alexanderkyte/dedup_mkbundle
[runtime] Add Dedup Support to MkBundle
Diffstat (limited to 'mcs/class/System.Security')
-rw-r--r--mcs/class/System.Security/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System.Security/Makefile b/mcs/class/System.Security/Makefile
index ae2de1a6370..2257ab09539 100644
--- a/mcs/class/System.Security/Makefile
+++ b/mcs/class/System.Security/Makefile
@@ -28,6 +28,10 @@ EXTRA_DISTFILES = \
RESX_RESOURCE_STRING = ../../../external/corefx/src/System.Security.Cryptography.Xml/src/Resources/Strings.resx
+ifdef MOBILE_PROFILE
+NO_TEST = yes
+endif
+
include ../../build/library.make
$(build_lib): $(secxml_libdir)/System.dll $(MONO_SECURITY_DLL)