Merge pull request #5668 from kumpera/wasm-work-p4
[mono.git] / mcs / class / System.IdentityModel.Selectors / Makefile
1 thisdir = class/System.IdentityModel.Selectors
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.IdentityModel.Selectors.dll
6 LIB_REFS = System System.Xml System.Security System.Runtime.Serialization System.IdentityModel
7 KEYFILE = ../ecma.pub
8 LIB_MCS_FLAGS = /d:NET_3_0
9
10 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
11
12 EXTRA_DISTFILES =
13
14 include ../../build/library.make