Merge pull request #2720 from mono/fix-39325
[mono.git] / mcs / tools / mono-xsd / Makefile
index 36bee61e1c3b3fc70b38e8ec44c07ca5e8dea0b7..85a08599fa7d107700ba39bbac25c04e7b8baa75 100644 (file)
@@ -2,7 +2,7 @@ thisdir = tools/mono-xsd
 SUBDIRS = 
 include ../../build/rules.make
 
-LOCAL_MCS_FLAGS = -r:System.Xml.dll -r:System.Data.dll
+LOCAL_MCS_FLAGS = -r:System.Xml.dll -r:System.Data.dll -r:System.dll
 PROGRAM = xsd.exe
 
 include ../../build/executable.make