[HttpWebRequest] EndGetResponse already does this.
[mono.git] / mcs / class / System.Data.Services / Makefile
1 thisdir = class/System.Data.Services
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Data.Services.dll
6
7 LIB_MCS_FLAGS = \
8         -d:NET_3_5      \
9         -r:System.dll \
10         -r:System.Core.dll \
11         -r:System.ServiceModel.dll \
12         -r:System.ServiceModel.Web.dll \
13
14 include ../../build/library.make