Merge pull request #2819 from BrzVlad/fix-major-log
[mono.git] / mcs / tools / svcutil / Makefile
index 7d99ab47bfa28141781cd4e27107b6b84eee2e6a..b194a5b144d5fbda9d79c1408da449490ca2134f 100644 (file)
@@ -2,10 +2,9 @@ thisdir = tools/svcutil
 SUBDIRS = 
 include ../../build/rules.make
 
-LOCAL_MCS_FLAGS = \
-       -r:System.Runtime.Serialization.dll \
-       -r:System.ServiceModel.dll \
-       -r:System.Web.Services.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