[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / System.Web.ApplicationServices / Makefile
1 thisdir = class/System.Web.ApplicationServices
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Web.ApplicationServices.dll
6 LIB_REFS = System System.Configuration
7 KEYFILE = ../winfx.pub
8 LIB_MCS_FLAGS = -d:SYSTEM_WEB_APPLICATIONSERVICES
9
10 EXTRA_DISTFILES = $(RESOURCE_FILES)
11
12 VALID_PROFILE := $(filter 4, $(FRAMEWORK_VERSION_MAJOR))
13 ifndef VALID_PROFILE
14 LIBRARY_NAME = dummy-System.Web.ApplicationServices.dll
15 NO_INSTALL = yes
16 NO_SIGN_ASSEMBLY = yes
17 NO_TEST = yes
18 endif
19
20 include ../../build/library.make