[mono/tests] Fix out of tree build.
[mono-project.git] / mcs / class / Mono.Messaging / Makefile
blob7ff0d87bd587d09921212e19c739b9f41425b0e4
1 thisdir = class/Mono.Messaging
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = Mono.Messaging.dll
7 LIB_REFS = System System.Configuration
8 KEYFILE = ../mono.pub
9 LIB_MCS_FLAGS =
11 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
12 TEST_LIB_REFS = System.Messaging
14 include ../../build/library.make