Add System.Numerics to the mobile profile.
authorRolf Bjarne Kvinge <rolf@xamarin.com>
Mon, 17 Oct 2011 10:23:18 +0000 (12:23 +0200)
committerRolf Bjarne Kvinge <rolf@xamarin.com>
Mon, 17 Oct 2011 11:44:20 +0000 (13:44 +0200)
mcs/class/Makefile
mcs/class/System.Numerics/Makefile

index 796111b81841a202ceefdb2c41f2b5cb1ef1ca29..e4eab4a1004e0b30e4e7a3414a7942ca98d751c4 100644 (file)
@@ -159,6 +159,7 @@ mobile_dirs := \
        System.Data     \
        Mono.Cairo      \
        Mono.Data.Sqlite        \
+       System.Numerics \
        System.Data.Services.Client
 
 net_3_5_only_dirs := \
index 360fdf9faa759e49187eee6427bd027f5d9ca202..c6b939703bdd6fa06cab76aac3da5ac841135b07 100644 (file)
@@ -8,7 +8,7 @@ TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
 
 EXTRA_DISTFILES =
 
-VALID_PROFILE := $(filter 4, $(FRAMEWORK_VERSION_MAJOR))
+VALID_PROFILE := $(filter 4, $(FRAMEWORK_VERSION_MAJOR)) $(filter 2.1, $(FRAMEWORK_VERSION))
 
 ifndef VALID_PROFILE
 LIBRARY_NAME = dummy-System.Numerics.dll