Merge pull request #2417 from razzfazz/guard_substr
[mono.git] / mcs / class / System.Threading.Tasks.Dataflow / Makefile
1 thisdir = class/System.Threading.Tasks.Dataflow
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Threading.Tasks.Dataflow.dll
6
7 include ../../build/library.make
8
9 LIB_REFS += System.Core System
10 LIB_MCS_FLAGS += -d:CONCURRENT_COLLECTIONS
11
12 TEST_MCS_FLAGS =
13 TEST_LIB_REFS = System.Core System
14
15 EXTRA_DISTFILES=README.md