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