X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftools%2Fmono-xsd%2FMakefile;h=8ee8e4f7b207c858af98e4fe9f9ba38a9f5f221f;hb=29ce0f99901cf28cada1cb83ceabff26df644a36;hp=260ec10914edceea0de8a327efad3ab24bf88fbf;hpb=cea39e665cfbaf5bb21b5c3fc47a232420323ad5;p=mono.git diff --git a/mcs/tools/mono-xsd/Makefile b/mcs/tools/mono-xsd/Makefile index 260ec10914e..8ee8e4f7b20 100644 --- a/mcs/tools/mono-xsd/Makefile +++ b/mcs/tools/mono-xsd/Makefile @@ -2,7 +2,7 @@ thisdir = tools/mono-xsd SUBDIRS = include ../../build/rules.make -LOCAL_MCS_FLAGS = /r:System.Xml.dll +LOCAL_MCS_FLAGS = /r:System.Xml.dll /r:System.Data.dll PROGRAM = xsd.exe include ../../build/executable.make