From 333f88204b8c6382dce5b61406a2f47a7fb4822b Mon Sep 17 00:00:00 2001 From: Petr Onderka Date: Sat, 7 Jul 2012 06:51:52 -0400 Subject: [PATCH] More fixing of Linux build --- mcs/class/System.Threading.Tasks.Dataflow/Makefile | 3 ++- .../System.Threading.Tasks.Dataflow_test.dll.sources | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/mcs/class/System.Threading.Tasks.Dataflow/Makefile b/mcs/class/System.Threading.Tasks.Dataflow/Makefile index a91c8354b32..48532e8870a 100644 --- a/mcs/class/System.Threading.Tasks.Dataflow/Makefile +++ b/mcs/class/System.Threading.Tasks.Dataflow/Makefile @@ -8,4 +8,5 @@ include ../../build/library.make LIB_MCS_FLAGS += -r:$(corlib) -r:System.Core.dll -r:System.dll -TEST_MCS_FLAGS = -r:System.Core.dll +TEST_MCS_FLAGS = -r:System.Core.dll -r:System.dll + diff --git a/mcs/class/System.Threading.Tasks.Dataflow/System.Threading.Tasks.Dataflow_test.dll.sources b/mcs/class/System.Threading.Tasks.Dataflow/System.Threading.Tasks.Dataflow_test.dll.sources index 95d9e6530c2..a278a3c0eea 100644 --- a/mcs/class/System.Threading.Tasks.Dataflow/System.Threading.Tasks.Dataflow_test.dll.sources +++ b/mcs/class/System.Threading.Tasks.Dataflow/System.Threading.Tasks.Dataflow_test.dll.sources @@ -14,10 +14,11 @@ System.Threading.Tasks.Dataflow/BatchedJoinBlockTest.cs System.Threading.Tasks.Dataflow/BatchedJoinBlock`3Test.cs System.Threading.Tasks.Dataflow/BroadcastBlockTest.cs System.Threading.Tasks.Dataflow/BufferBlockTest.cs -System.Threading.Tasks.Dataflow/CompletionTest.cs System.Threading.Tasks.Dataflow/DataflowBlockTest.cs System.Threading.Tasks.Dataflow/JoinBlockTest.cs System.Threading.Tasks.Dataflow/JoinBlock`3Test.cs System.Threading.Tasks.Dataflow/TransformBlockTest.cs System.Threading.Tasks.Dataflow/TransformManyBlockTest.cs System.Threading.Tasks.Dataflow/WriteOnceBlockTest.cs +../System.Threading.Tasks.Dataflow/CompletionHelper.cs +../../corlib/System.Threading/AtomicBoolean.cs -- 2.25.1