[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / System.Configuration.Install / Makefile
index ae87300e0e6c5558e253dab5e30ec09a90ceb3dd..612aa9cb9b27e10e425f050b815aed8d58e25169 100644 (file)
@@ -1,16 +1,11 @@
 thisdir = class/System.Configuration.Install
-SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = System.Configuration.Install.dll
-LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll /r:System.Runtime.Serialization.Formatters.Soap.dll
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
+LIB_REFS = System System.Xml
+KEYFILE = ../msfinal.pub
+LIB_MCS_FLAGS =
 
-EXTRA_DISTFILES = Test/ChangeLog Test/System.Configuration.Install/InstallerAssembly.cs
+NO_TEST = yes
 
 include ../../build/library.make
-
-test-local run-test-local: Test/System.Configuration.Install/InstallerAssembly.dll
-
-Test/System.Configuration.Install/InstallerAssembly.dll: Test/System.Configuration.Install/InstallerAssembly.cs
-       $(CSCOMPILE) /t:library /r:System.Configuration.Install.dll /out:$@ $<