Add System.Net.Http.dll to the monotouch build.
authorRolf Bjarne Kvinge <rolf@xamarin.com>
Thu, 19 Sep 2013 16:50:34 +0000 (18:50 +0200)
committerRolf Bjarne Kvinge <rolf@xamarin.com>
Thu, 19 Sep 2013 17:23:32 +0000 (19:23 +0200)
mcs/class/Makefile

index 91decc95e6c9f4c79ea17bb03be087968f2ed16d..22f0079b190a39d960fe9445b8dbc1b330b69b6e 100644 (file)
@@ -164,6 +164,9 @@ monodroid_dirs := \
        Microsoft.CSharp \
        System.Net.Http
 
+monotouch_dirs := \
+       System.Net.Http
+
 monotouch_runtime_dirs := \
        corlib
 
@@ -233,7 +236,7 @@ net_4_5_dirs := \
        
 net_2_0_SUBDIRS := $(common_dirs) $(net_2_0_dirs) $(net_2_0_only_dirs) aot-compiler
 monodroid_SUBDIRS := $(mobile_dirs) $(monodroid_dirs)
-monotouch_SUBDIRS := $(mobile_dirs)
+monotouch_SUBDIRS := $(mobile_dirs) $(monotouch_dirs)
 monotouch_runtime_SUBDIRS := $(monotouch_runtime_dirs)
 mobile_static_SUBDIRS := $(mobile_dirs)
 mobile_SUBDIRS := $(mobile_dirs)