5f9aeccafce598da00344ce165221e47a8a90874
[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_REFS = System System.Core System.ServiceModel System.ServiceModel.Web System.Data.Services.Client
8 LIB_MCS_FLAGS = -d:NET_3_5
9
10 ifeq (4, $(FRAMEWORK_VERSION_MAJOR))
11 LIB_REFS += System.ServiceModel.Activation
12 endif
13
14 TEST_MCS_FLAGS = -r:System.ServiceModel.dll -r:System.Core.dll
15
16 include ../../build/library.make