Merge pull request #3269 from alexanderkyte/silence_zero_len
[mono.git] / mcs / class / Facades / System.ServiceModel.Primitives / Makefile
index 5f65e0599a30b14d256482f517c0ec7e66a5e4db..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) 
+LIB_REFS = System System.ServiceModel System.Xml Facades/System.Security.Cryptography.X509Certificates
+
+ifneq (2.1, $(FRAMEWORK_VERSION))
+LIB_REFS += System.IdentityModel
+endif
 
-PLATFORM_DEBUG_FLAGS =
+LIB_MCS_FLAGS = $(SIGN_FLAGS) 
 
 NO_TEST = yes