[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / class / Facades / System.ServiceModel.Http / Makefile
index b709ac623e38480f232fdc92244a6fad43fbe7d2..05f7925c2c66740a9ee27f12489d9e2e73fc10a8 100644 (file)
@@ -11,7 +11,8 @@ LIBRARY = System.ServiceModel.Http.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 =