[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / RabbitMQ.Client / src / client / Makefile
index 72e278b7400139438da5e013f9de28e66554495d..82873f0983e6e4392161452b9f32ef83a77fefcf 100644 (file)
@@ -3,8 +3,15 @@ SUBDIRS =
 include ../../../../build/rules.make
 
 LIBRARY = RabbitMQ.Client.dll
-LIB_MCS_FLAGS = -r:System.dll -r:System.Xml.dll -nowarn:618
+LIB_REFS = System System.Xml
+KEYFILE = ../../../msfinal.pub
+LIB_MCS_FLAGS = -nowarn:618
 NO_TEST = yes
 
+BUILT_SOURCES = ../../docs/specs/$(PROFILE)-api-0-9.cs \
+       ../../docs/specs/$(PROFILE)-api-0-8.cs \
+       ../../docs/specs/$(PROFILE)-api-qpid-0-8.cs
+
+
 include ../../../../build/library.make