[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / System.Runtime.Serialization.Formatters.Soap / Makefile
index 135d3e8221cc8c48b7d8eed7ff713da98b5e90ff..930a7908affe95ce7341c167ed0afc327cedbd27 100644 (file)
@@ -5,7 +5,11 @@ include ../../build/rules.make
 # bet you can't say this ten times fast
 
 LIBRARY = System.Runtime.Serialization.Formatters.Soap.dll
-LIB_MCS_FLAGS = /r:$(corlib) /r:System.Xml.dll
+LIB_REFS = System.Xml
+KEYFILE = ../msfinal.pub
+LIB_MCS_FLAGS =
+
+TEST_LIB_REFS = System
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
 
 EXTRA_DISTFILES = \