[mono/tests] Fix out of tree build.
[mono-project.git] / mcs / class / System.Runtime.Remoting / Makefile
blob3b4b390b4f6331e2072502d06495030de7096eec
1 thisdir = class/System.Runtime.Remoting
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = System.Runtime.Remoting.dll
7 LIB_REFS = System System.Xml System.Runtime.Serialization.Formatters.Soap
8 KEYFILE = ../ecma.pub
9 LIB_MCS_FLAGS =
11 ifndef NO_SYSTEM_WEB_DEPENDENCY
12 LIB_REFS += System.Web
13 endif
15 TEST_MCS_FLAGS = -nowarn:618
16 TEST_LIB_REFS = System System.Xml System.Core
18 EXTRA_DISTFILES = Test/corba-example.cs Test/simple-example.cs
20 include ../../build/library.make