Merge pull request #2819 from BrzVlad/fix-major-log
[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_REFS = System.Xml
9 LIB_MCS_FLAGS =
10
11 TEST_LIB_REFS = System
12 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
13
14 EXTRA_DISTFILES = \
15         README          \
16         Sample.txt      \
17         Test/Test.cmbx  \
18         Test/Test.prjx
19
20 include ../../build/library.make