64ac736ec5
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
16 lines
465 B
Makefile
16 lines
465 B
Makefile
thisdir = class/Mono.Messaging.RabbitMQ
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LIBRARY = Mono.Messaging.RabbitMQ.dll
|
|
LIB_REFS = System System.Messaging Mono.Messaging RabbitMQ.Client
|
|
KEYFILE = ../mono.pub
|
|
LIB_MCS_FLAGS = -nowarn:618
|
|
|
|
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
|
|
TEST_LIB_REFS =
|
|
|
|
include ../../build/library.make
|
|
|
|
export MONO_MESSAGING_PROVIDER=Mono.Messaging.RabbitMQ.RabbitMQMessagingProvider,Mono.Messaging.RabbitMQ
|