Merge branch 'master' of github.com:mono/mono
[mono.git] / mcs / class / System.Transactions / Makefile
1 thisdir = class/System.Transactions
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Transactions.dll
6 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll
7
8 TEST_MCS_FLAGS = /nowarn:1595 $(LIB_MCS_FLAGS)
9
10 # This is a .NET 2.0+ only assembly
11 VALID_PROFILE := $(filter net_2_0_bootstrap net_2_0 net_4_0 monotouch monodroid, $(PROFILE))
12 ifndef VALID_PROFILE
13 LIBRARY_NAME = dummy-System.Transactions.dll
14 NO_INSTALL = yes
15 NO_SIGN_ASSEMBLY = yes
16 NO_TEST = yes
17 endif
18
19
20 include ../../build/library.make