[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 017f1a880c8a371ee9a228c80fe6c8aaebf9991d..77e279ebb23df90db51f604ec2ed8c6c0658c7ad 100644 (file)
@@ -4,11 +4,12 @@ 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
 
+include ../../build/library.make
+
 TEST_MCS_FLAGS =
 TEST_LIB_REFS = System.Core System