Merge pull request #3028 from lateralusX/jlorenss/threadpool_warning
[mono.git] / mcs / class / System.Dynamic / Makefile
index 38490f85cfdcfd8dc75de56ddc23a8d38b756b73..5956e751d0c7e537ef93001ccd16660a07d3d8cd 100644 (file)
@@ -4,7 +4,8 @@ include ../../build/rules.make
 
 LIBRARY = System.Dynamic.dll
 
-LIB_MCS_FLAGS = -unsafe -d:CODEPLEX_40 -r:System.Core.dll -r:System.dll -nowarn:414,169
+LIB_REFS = System.Core System
+LIB_MCS_FLAGS = -unsafe -d:CODEPLEX_40 -nowarn:414,169
 
 # This is a .NET 4.0+ only assembly
 VALID_PROFILE := $(filter 4, $(FRAMEWORK_VERSION_MAJOR))