Add ProtectionTokenParameter for mutual nego. Patch by Alexander Riman.
[mono.git] / mcs / class / System.Data.Services.Client / Makefile
1 thisdir = class/System.Data.Services.Client
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Data.Services.Client.dll
6
7 LIB_MCS_FLAGS = \
8         -d:NET_3_5      \
9         -r:System.dll \
10         -r:System.Core.dll \
11         -r:System.Xml.Linq.dll \
12         -r:System.Data.dll \
13         -r:System.Xml.dll \
14         -r:WindowsBase.dll \
15         -warn:2
16
17 include ../../build/library.make