[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 83bdafab3cc7ceb6d65eb32e864ef8396b53ded5..77e279ebb23df90db51f604ec2ed8c6c0658c7ad 100644 (file)
@@ -4,10 +4,13 @@ include ../../build/rules.make
 
 LIBRARY = System.Threading.Tasks.Dataflow.dll
 
-include ../../build/library.make
-
 LIB_REFS += System.Core System
-LIB_MCS_FLAGS += -r:$(corlib)
+KEYFILE = ../ecma.pub
+LIB_MCS_FLAGS += -d:CONCURRENT_COLLECTIONS
+
+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