(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / System.Runtime.Remoting / Makefile
blob5f0f716fb93b15c56ea780296c2c2869f795e8c5
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) /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