2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System.Runtime.Serialization.Formatters.Soap / Makefile
1 thisdir = class/System.Runtime.Serialization.Formatters.Soap
2 SUBDIRS =
3 include ../../build/rules.make
4
5 # bet you can't say this ten times fast
6
7 LIBRARY = System.Runtime.Serialization.Formatters.Soap.dll
8 LIB_MCS_FLAGS = /r:$(corlib) /r:System.Xml.dll
9 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
10
11 EXTRA_DISTFILES = \
12         README          \
13         Sample.txt      \
14         Test/Test.cmbx  \
15         Test/Test.prjx
16
17 include ../../build/library.make