[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / System.ServiceModel.Discovery / Makefile
index d46df268454428326dff800cee795250cb365896..a56da1ee8af607e2a49350bca2fc5454dbd3888b 100644 (file)
@@ -11,6 +11,12 @@ LIB_REFS += System.Configuration
 LIB_MCS_FLAGS += -d:NET_3_5 -d:NET_3_0 
 endif
 
+ifdef MOBILE_PROFILE
+KEYFILE = ../silverlight.pub
+else
+KEYFILE = ../winfx.pub
+endif
+
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
 
 EXTRA_DISTFILES = $(RESOURCE_FILES)