[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
index 57f271b8c9f8e2ba8ed5304194feaa51096a31f1..2a8fb964bf8748ae9e81e14312df6f58562d1039 100644 (file)
@@ -3,13 +3,13 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = System.Web.ApplicationServices.dll
-LIB_MCS_FLAGS = -r:System.dll \
-               -r:System.Configuration.dll \
-               -d:SYSTEM_WEB_APPLICATIONSERVICES
+LIB_REFS = System System.Configuration
+KEYFILE = ../winfx.pub
+LIB_MCS_FLAGS = -d:SYSTEM_WEB_APPLICATIONSERVICES
 
 EXTRA_DISTFILES = $(RESOURCE_FILES)
 
-VALID_PROFILE := $(filter 4.0, $(FRAMEWORK_VERSION))
+VALID_PROFILE := $(filter 4, $(FRAMEWORK_VERSION_MAJOR))
 ifndef VALID_PROFILE
 LIBRARY_NAME = dummy-System.Web.ApplicationServices.dll
 NO_INSTALL = yes