Merge pull request #1605 from iainx/cov-install-coverage-filter
[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.Web System.Xml System.Runtime.Serialization.Formatters.Soap
8 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Web.dll \
9         /r:System.Xml.dll /r:System.Runtime.Serialization.Formatters.Soap.dll
10
11 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:618 /r:System.Runtime.Remoting.dll
12
13 TEST_MONO_PATH = .
14
15 EXTRA_DISTFILES = Test/corba-example.cs Test/simple-example.cs
16
17 include ../../build/library.make
18