[wcf] Install the System.Data.Services.Client properly.
[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 LIBRARY_SNK = ../mono.snk
8
9 LIB_MCS_FLAGS = \
10         -d:NET_3_5      \
11         -r:System.dll \
12         -r:System.Core.dll \
13         -r:System.Xml.Linq.dll \
14         -r:System.Data.dll \
15         -r:System.Xml.dll \
16         -r:WindowsBase.dll \
17         -warn:2
18
19 include ../../build/library.make