Merge pull request #5288 from lambdageek/bug-58454
[mono.git] / mcs / tools / mono-xsd / Makefile
index 22bac8b6641a614895cd92846dde350e3634209a..d9e77ac82512e62478431fa12d1092bb544bf101 100644 (file)
@@ -2,7 +2,8 @@ thisdir = tools/mono-xsd
 SUBDIRS = 
 include ../../build/rules.make
 
-LOCAL_MCS_FLAGS = -r:System.Xml.dll -r:System.Data.dll
-PROGRAM = $(topdir)/class/lib/$(PROFILE)/xsd.exe
+LOCAL_MCS_FLAGS =
+LIB_REFS = System.Xml System.Data System
+PROGRAM = xsd.exe
 
 include ../../build/executable.make