[bcl] Specify the name of the key file on the command line instead of using the Assem...
[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 KEYFILE = ../ecma.pub
9 LIB_MCS_FLAGS = -d:NET_3_5
10
11 ifeq (4, $(FRAMEWORK_VERSION_MAJOR))
12 LIB_REFS += System.ServiceModel.Activation
13 endif
14
15 TEST_MCS_FLAGS =
16 TEST_LIB_REFS = System.ServiceModel System.Core
17
18 include ../../build/library.make