[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 1e4a1ab337b0e2382612d26c6ac9fce509925c7c..82873f0983e6e4392161452b9f32ef83a77fefcf 100644 (file)
@@ -4,8 +4,14 @@ include ../../../../build/rules.make
 
 LIBRARY = RabbitMQ.Client.dll
 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