[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / class / Facades / System.ServiceModel.Security / Makefile
index b021efff57fa3f62e5a1ffa961076b1fdcf815e0..f68beafd26e7bb4b12b0d47624ee46a3e4babc93 100644 (file)
@@ -11,7 +11,8 @@ LIBRARY = System.ServiceModel.Security.dll
 
 KEY_FILE = ../../msfinal.pub
 SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
-LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System.ServiceModel
+LIB_REFS = System.ServiceModel
+LIB_MCS_FLAGS = $(SIGN_FLAGS) 
 
 PLATFORM_DEBUG_FLAGS =