Merge pull request #2979 from akoeplinger/tests-simplify
[mono.git] / mcs / tools / soapsuds / Makefile
index 2fccb32ad59c2b328baf0f9c6580dd532e29a446..1fc6cb2763e6cd3e6b52d59ee4b07bd7d3b92cde 100644 (file)
@@ -2,7 +2,8 @@ thisdir = tools/soapsuds
 SUBDIRS = 
 include ../../build/rules.make
 
-LOCAL_MCS_FLAGS = -r:System.Runtime.Remoting.dll -r:System.dll
+LOCAL_MCS_FLAGS =
+LIB_REFS = System.Runtime.Remoting System
 PROGRAM = soapsuds.exe
 
 include ../../build/executable.make