Merge pull request #5573 from lateralusX/lateralusX/windows-invalid-socket-error
[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 KEYFILE = ../ecma.pub
9 LIB_MCS_FLAGS =
10
11 ifndef NO_SYSTEM_WEB_DEPENDENCY
12 LIB_REFS += System.Web
13 endif
14
15 TEST_MCS_FLAGS = -nowarn:618
16 TEST_LIB_REFS = System System.Xml System.Core
17
18 TEST_MONO_PATH = .
19
20 EXTRA_DISTFILES = Test/corba-example.cs Test/simple-example.cs
21
22 include ../../build/library.make
23