[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / System.Threading.Tasks.Dataflow / Makefile
index 48532e8870a0089dbe1a5dd4b98c6691714f14e6..77e279ebb23df90db51f604ec2ed8c6c0658c7ad 100644 (file)
@@ -4,9 +4,13 @@ include ../../build/rules.make
 
 LIBRARY = System.Threading.Tasks.Dataflow.dll
 
-include ../../build/library.make
+LIB_REFS += System.Core System
+KEYFILE = ../ecma.pub
+LIB_MCS_FLAGS += -d:CONCURRENT_COLLECTIONS
 
-LIB_MCS_FLAGS += -r:$(corlib) -r:System.Core.dll -r:System.dll
+include ../../build/library.make
 
-TEST_MCS_FLAGS = -r:System.Core.dll -r:System.dll
+TEST_MCS_FLAGS =
+TEST_LIB_REFS = System.Core System
 
+EXTRA_DISTFILES=README.md