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-10-27 15:19:24 +0300
committerMartin Baulig <martin.baulig@xamarin.com>2016-10-27 18:59:53 +0300
commitb0d5b36639ae287524d817ea5ad1d929c07edc7c (patch)
tree123fa48789cd0e4b7eeab0dc6d3a506673cb1b44 /mcs/class/Makefile
parent8fcd9402c573d4323f459c6208494adb3e59209f (diff)
[bcl]: Fix 'Mono.Btls.Interface' build logic.
(cherry picked from commit 43558a209d64e5e91f137df0bfc7caec80fee114)
Diffstat (limited to 'mcs/class/Makefile')
-rw-r--r--mcs/class/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/Makefile b/mcs/class/Makefile
index 45d9d4b4c83..714033a4eb1 100644
--- a/mcs/class/Makefile
+++ b/mcs/class/Makefile
@@ -78,7 +78,8 @@ xammac_dirs := \
$(mobile_dynamic_dirs)
monodroid_dirs := \
- $(mobile_dynamic_dirs)
+ $(mobile_dynamic_dirs) \
+ Mono.Btls.Interface
monotouch_dirs := \
$(mobile_static_dirs)
@@ -141,7 +142,6 @@ 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 \