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:
Diffstat (limited to 'mcs/class/Mono.Data.SybaseClient')
-rw-r--r--mcs/class/Mono.Data.SybaseClient/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/Mono.Data.SybaseClient/Makefile b/mcs/class/Mono.Data.SybaseClient/Makefile
index 0e2a99e5298..6c448a50695 100644
--- a/mcs/class/Mono.Data.SybaseClient/Makefile
+++ b/mcs/class/Mono.Data.SybaseClient/Makefile
@@ -3,7 +3,7 @@ SUBDIRS =
include ../../build/rules.make
LIBRARY = Mono.Data.SybaseClient.dll
-LIB_MCS_FLAGS = /r:System.dll /r:System.Xml.dll \
+LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll \
/r:System.EnterpriseServices.dll /r:System.Data.dll \
/r:Mono.Data.Tds.dll
NO_TEST = yes