X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftools%2Fmono-xsd%2FMakefile;h=d9e77ac82512e62478431fa12d1092bb544bf101;hb=ef7a4c06206976de7ef2e974267407347ddb75a4;hp=85a08599fa7d107700ba39bbac25c04e7b8baa75;hpb=8004de2b79b64d8a09ea173b7b2ca679dc54699c;p=mono.git diff --git a/mcs/tools/mono-xsd/Makefile b/mcs/tools/mono-xsd/Makefile index 85a08599fa7..d9e77ac8251 100644 --- a/mcs/tools/mono-xsd/Makefile +++ b/mcs/tools/mono-xsd/Makefile @@ -2,7 +2,8 @@ thisdir = tools/mono-xsd SUBDIRS = include ../../build/rules.make -LOCAL_MCS_FLAGS = -r:System.Xml.dll -r:System.Data.dll -r:System.dll +LOCAL_MCS_FLAGS = +LIB_REFS = System.Xml System.Data System PROGRAM = xsd.exe include ../../build/executable.make