Merge branch 'alexischr/nursery-canaries-managed-alloc'
[mono.git] / mcs / class / System.Runtime.Remoting / Makefile
1 thisdir = class/System.Runtime.Remoting
2 SUBDIRS =
3 include ../../build/rules.make
4
5 LIBRARY = System.Runtime.Remoting.dll
6
7 LIB_REFS = System System.Xml System.Runtime.Serialization.Formatters.Soap
8 LIB_MCS_FLAGS =
9
10 ifndef NO_SYSTEM_WEB_DEPENDENCY
11 LIB_REFS += System.Web
12 endif
13
14 TEST_MCS_FLAGS = -nowarn:618
15 TEST_LIB_REFS = System System.Xml
16
17 TEST_MONO_PATH = .
18
19 EXTRA_DISTFILES = Test/corba-example.cs Test/simple-example.cs
20
21 include ../../build/library.make
22