[build] Switch to 4.6 profile as default profile
[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 LIB_MCS_FLAGS = -nowarn:618
8 NO_TEST = yes
9
10 BUILT_SOURCES = ../../docs/specs/$(PROFILE)-api-0-9.cs \
11         ../../docs/specs/$(PROFILE)-api-0-8.cs \
12         ../../docs/specs/$(PROFILE)-api-qpid-0-8.cs
13
14
15 include ../../../../build/library.make
16