Merge pull request #3269 from alexanderkyte/silence_zero_len
[mono.git] / mcs / class / Facades / System.ServiceModel.Primitives / Makefile
index 6f94ff346f87c6ea87d72ee2e5b3f4f32e4d54d2..3c12456831dcfa7317f2aff4f559a6628a26463a 100644 (file)
@@ -11,10 +11,13 @@ LIBRARY = System.ServiceModel.Primitives.dll
 
 KEY_FILE = ../../msfinal.pub
 SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
-LIB_REFS = System.ServiceModel System.Xml
-LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib.dll
+LIB_REFS = System System.ServiceModel System.Xml Facades/System.Security.Cryptography.X509Certificates
 
-PLATFORM_DEBUG_FLAGS =
+ifneq (2.1, $(FRAMEWORK_VERSION))
+LIB_REFS += System.IdentityModel
+endif
+
+LIB_MCS_FLAGS = $(SIGN_FLAGS) 
 
 NO_TEST = yes