Merge pull request #1218 from AndreyAkinshin/master
[mono.git] / mcs / class / System.Runtime.DurableInstancing / Makefile
1 thisdir = class/System.Runtime.DurableInstancing
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Runtime.DurableInstancing.dll
6 LIB_REFS = System System.Xml System.Core System.Xml.Linq System.Transactions System.ServiceModel.Internals System.Runtime.Serialization
7 LIB_MCS_FLAGS =
8
9 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
10
11 EXTRA_DISTFILES = $(RESOURCE_FILES)
12
13 VALID_PROFILE := $(filter 2.0 4.0 4.5, $(FRAMEWORK_VERSION))
14 ifndef VALID_PROFILE
15 LIBRARY_NAME = dummy-System.Runtime.DurableInstancing.dll
16 NO_INSTALL = yes
17 NO_SIGN_ASSEMBLY = yes
18 endif
19
20 include ../../build/library.make