[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to reduce dupli...
[mono-project.git] / mcs / class / Mono.Messaging / Makefile
bloba2e3fbf7b44c30cd95a8f1e5c5f9aa3048a314f6
1 thisdir = class/Mono.Messaging
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = Mono.Messaging.dll
7 LIB_REFS = System System.Configuration
8 LIB_MCS_FLAGS =
10 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169 /r:System.Messaging.dll /r:nunit.mocks.dll
12 include ../../build/library.make