Merge pull request #2819 from BrzVlad/fix-major-log
[mono.git] / mcs / tools / svcutil / Makefile
index 5fbba9ff068c10c7858f8e62d7cba7a60493a761..b194a5b144d5fbda9d79c1408da449490ca2134f 100644 (file)
@@ -2,12 +2,9 @@ thisdir = tools/svcutil
 SUBDIRS = 
 include ../../build/rules.make
 
-LOCAL_MCS_FLAGS = \
-       -r:System.Core.dll \
-       -r:System.Runtime.Serialization.dll \
-       -r:System.ServiceModel.dll \
-       -r:System.Web.Services.dll \
-       -r:System.Configuration.dll
+LOCAL_MCS_FLAGS =
+LIB_REFS = System.Core System.Runtime.Serialization System.ServiceModel System.Web.Services System.Configuration System System.Xml
+       
 PROGRAM = svcutil.exe
 
 include ../../build/executable.make