[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
1 thisdir = class/RabbitMQ.Client/src/client
2 SUBDIRS = 
3 include ../../../../build/rules.make
4
5 LIBRARY = RabbitMQ.Client.dll
6 LIB_REFS = System System.Xml
7 KEYFILE = ../../../msfinal.pub
8 LIB_MCS_FLAGS = -nowarn:618
9 NO_TEST = yes
10
11 BUILT_SOURCES = ../../docs/specs/$(PROFILE)-api-0-9.cs \
12         ../../docs/specs/$(PROFILE)-api-0-8.cs \
13         ../../docs/specs/$(PROFILE)-api-qpid-0-8.cs
14
15
16 include ../../../../build/library.make
17