Merge pull request #2720 from mono/fix-39325
[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 = /r:$(corlib)
9
10 ifndef NO_SYSTEM_WEB_DEPENDENCY
11 LIB_REFS += System.Web
12 endif
13
14 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:618 /r:System.Runtime.Remoting.dll
15
16 TEST_MONO_PATH = .
17
18 EXTRA_DISTFILES = Test/corba-example.cs Test/simple-example.cs
19
20 include ../../build/library.make
21