2010-07-01 Marek Habersack <mhabersack@novell.com>
[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 LIBRARY_PACKAGE = none
8
9 LIB_MCS_FLAGS = \\r
10         -d:NET_3_5      \
11         -r:System.dll \
12         -r:System.Core.dll \
13         -r:System.ServiceModel.dll \
14         -r:System.ServiceModel.Web.dll \
15
16 include ../../build/library.make