Merge pull request #2698 from esdrubal/iosxmlarray
[mono.git] / mcs / tools / svcutil / Makefile
index 5fbba9ff068c10c7858f8e62d7cba7a60493a761..cf174fe39794ccb28d2282f4c16f50d258cea44d 100644 (file)
@@ -7,7 +7,10 @@ LOCAL_MCS_FLAGS = \
        -r:System.Runtime.Serialization.dll \
        -r:System.ServiceModel.dll \
        -r:System.Web.Services.dll \
-       -r:System.Configuration.dll
+       -r:System.Configuration.dll \
+       -r:System.dll \
+       -r:System.Xml.dll
+       
 PROGRAM = svcutil.exe
 
 include ../../build/executable.make