Merge remote-tracking branch 'local/msvc-updates' into msvc-updates
[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_MCS_FLAGS = -r:System.dll -r:System.Xml.dll -nowarn:618
7 NO_TEST = yes
8
9 include ../../../../build/library.make
10