Add a more functional (i.e. fewer-stubs) implementation of System.Data.Linq.
[mono.git] / mcs / class / Mono.Messaging.RabbitMQ / Makefile
1 thisdir = class/Mono.Messaging.RabbitMQ
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Mono.Messaging.RabbitMQ.dll
6 LIB_MCS_FLAGS = /r:System.dll \
7                 /r:System.Messaging.dll \
8                 /r:Mono.Messaging.dll \
9                 /r:RabbitMQ.Client
10
11 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169 \
12         /r:nunit.mocks.dll
13
14 include ../../build/library.make