[System] UriKind.RelativeOrAbsolute workaround.
[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 include ../../../../build/library.make
11