Merge pull request #2698 from esdrubal/iosxmlarray
[mono.git] / mcs / class / Facades / System.ServiceModel.Primitives / Makefile
index 5391e8cdef3f0c5248adcfc1ccbfd071c0de6753..6f94ff346f87c6ea87d72ee2e5b3f4f32e4d54d2 100644 (file)
@@ -11,7 +11,8 @@ 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.ServiceModel System.Xml
+LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib.dll
 
 PLATFORM_DEBUG_FLAGS =