X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Data.Linq%2FMakefile;h=b55cdb9e3c5d44515cfa79c2a4cd18b328bc9eae;hb=f1ff42789be45c30cf3537ee986529179870df1e;hp=0218fbe0e81f2c8e6d2b47b79e8158d1b300f4ff;hpb=bcd9596e1718ff820dff5019bce162ef7a223e1f;p=mono.git diff --git a/mcs/class/System.Data.Linq/Makefile b/mcs/class/System.Data.Linq/Makefile index 0218fbe0e81..b55cdb9e3c5 100644 --- a/mcs/class/System.Data.Linq/Makefile +++ b/mcs/class/System.Data.Linq/Makefile @@ -4,6 +4,7 @@ include ../../build/rules.make LIBRARY = System.Data.Linq.dll LIB_REFS = System System.Core System.Xml System.Data System.Runtime.Serialization +KEYFILE = ../ecma.pub LIB_MCS_FLAGS = \ /resource:./src/DbLinq/Schema/Dbml/DbmlSchema.xsd,DbLinq.Schema.Dbml.DbmlSchema.xsd \ /d:MONO_STRICT /d:MONO_DEPLOY -warn:1 @@ -12,15 +13,6 @@ TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) EXTRA_DISTFILES = src/DbLinq/Schema/Dbml/DbmlSchema.xsd -# This is a .NET 3.5+ assembly -VALID_PROFILE := $(filter xammac_net_4_5 net_4_5, $(PROFILE)) -ifndef VALID_PROFILE -LIBRARY_NAME = dummy-System.Data.Linq.dll -NO_INSTALL = yes -NO_SIGN_ASSEMBLY = yes -NO_TEST = yes -endif - include ../../build/library.make dist-local: dist-default dist-DbLinq