[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to reduce dupli...
[mono-project.git] / mcs / class / System.Data.Services / Makefile
blob5f9aeccafce598da00344ce165221e47a8a90874
1 thisdir = class/System.Data.Services
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = System.Data.Services.dll
7 LIB_REFS = System System.Core System.ServiceModel System.ServiceModel.Web System.Data.Services.Client
8 LIB_MCS_FLAGS = -d:NET_3_5
10 ifeq (4, $(FRAMEWORK_VERSION_MAJOR))
11 LIB_REFS += System.ServiceModel.Activation
12 endif
14 TEST_MCS_FLAGS = -r:System.ServiceModel.dll -r:System.Core.dll
16 include ../../build/library.make