Merge pull request #2894 from marek-safar/mono.security
[mono.git] / mcs / class / Facades / System.Dynamic.Runtime / Makefile
index 393bc9dcd507f7d5e9e329097ad0fd8188f7a10a..a6bcda9f3deddfa3d64379e1b6908a4d1e884fe3 100644 (file)
@@ -11,7 +11,8 @@ LIBRARY = System.Dynamic.Runtime.dll
 
 KEY_FILE = ../../msfinal.pub
 SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699
-LIB_MCS_FLAGS = $(SIGN_FLAGS) /r:mscorlib /r:System.Core /r:System
+LIB_REFS = System.Core System
+LIB_MCS_FLAGS = $(SIGN_FLAGS) 
 
 PLATFORM_DEBUG_FLAGS =