Merge pull request #3269 from alexanderkyte/silence_zero_len
[mono.git] / mcs / class / Facades / System.ServiceModel.Primitives / Makefile
index 5391e8cdef3f0c5248adcfc1ccbfd071c0de6753..3c12456831dcfa7317f2aff4f559a6628a26463a 100644 (file)
@@ -11,9 +11,13 @@ LIBRARY = System.ServiceModel.Primitives.dll
 
 KEY_FILE = ../../msfinal.pub
 SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
-LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System.ServiceModel /r:System.Xml
+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