[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to reduce dupli...
[mono-project.git] / mcs / class / Microsoft.Web.Infrastructure / Makefile
blobd02caf9c02f388869a7e75de8ed2e8c216e70c32
1 thisdir = class/Microsoft.Web.Infrastructure
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = Microsoft.Web.Infrastructure.dll
6 LIB_REFS = System System.Configuration System.Web
7 LIB_MCS_FLAGS =
9 EXTRA_DISTFILES = $(RESOURCE_FILES)
11 VALID_PROFILE := $(filter 4, $(FRAMEWORK_VERSION_MAJOR))
12 ifndef VALID_PROFILE
13 LIBRARY_NAME = dummy-Microsoft.Web.Infrastructure.dll
14 NO_INSTALL = yes
15 NO_SIGN_ASSEMBLY = yes
16 NO_TEST = yes
17 endif
19 include ../../build/library.make