Updated implementation, uses a copy of our HttpListener core
[mono-project.git] / mcs / class / System.Runtime.Remoting / Makefile
blob0f55bc121320917c753b85d43d26b678ed7c77b0
1 thisdir = class/System.Runtime.Remoting
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = System.Runtime.Remoting.dll
7 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Web.dll \
8 /r:System.Xml.dll /r:System.Runtime.Serialization.Formatters.Soap.dll
10 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:618 /r:System.Runtime.Remoting.dll
12 TEST_MONO_PATH = .
14 EXTRA_DISTFILES = Test/corba-example.cs Test/simple-example.cs
16 include ../../build/library.make
18 update-http: get_mono_http
19 ./get_mono_http