Merge pull request #2274 from esdrubal/udpclientreceive
[mono.git] / mcs / class / System.Threading.Tasks.Dataflow / Makefile
index a91c8354b32465a709570fc65d0c0bb7e2fc35c8..349e5c75754d6e3996c58e5041b9253198c7b489 100644 (file)
@@ -6,6 +6,9 @@ LIBRARY = System.Threading.Tasks.Dataflow.dll
 
 include ../../build/library.make
 
-LIB_MCS_FLAGS += -r:$(corlib) -r:System.Core.dll -r:System.dll
+LIB_REFS += System.Core System
+LIB_MCS_FLAGS += -r:$(corlib) -d:CONCURRENT_COLLECTIONS
 
-TEST_MCS_FLAGS = -r:System.Core.dll
+TEST_MCS_FLAGS = -r:System.Core.dll -r:System.dll
+
+EXTRA_DISTFILES=README.md