Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexrp <xtzgzorex@gmail.com>2012-04-24 19:51:47 +0400
committeralexrp <xtzgzorex@gmail.com>2012-04-24 19:51:47 +0400
commitd8cc1eabbd7da13c41edd1bc11f677917fcac235 (patch)
treef69eeec87cd5259a44e48d80942ce8656cf651dd /mcs/class/WebMatrix.Data
parent8f5d249d2b8567f8ceacea780a73e65f20f426e3 (diff)
'make check' build fixes in Mono.Parallel and WebMatrix.Data.
Diffstat (limited to 'mcs/class/WebMatrix.Data')
-rw-r--r--mcs/class/WebMatrix.Data/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/WebMatrix.Data/Makefile b/mcs/class/WebMatrix.Data/Makefile
index 1bca6fb491c..aa640d4f50a 100644
--- a/mcs/class/WebMatrix.Data/Makefile
+++ b/mcs/class/WebMatrix.Data/Makefile
@@ -7,4 +7,4 @@ LIBRARY = WebMatrix.Data.dll
include ../../build/library.make
LIB_MCS_FLAGS += -r:$(corlib) -r:System.dll -r:System.Data.dll -r:System.Core.dll -r:System.Configuration.dll
-TEST_MCS_FLAGS += -r:System.dll -r:System.Data.dll -r:Mono.Data.Sqlite.dll
+TEST_MCS_FLAGS += -r:System.dll -r:System.Core.dll -r:System.Data.dll -r:Mono.Data.Sqlite.dll